arre99 commited on
Commit
9020ef6
·
1 Parent(s): 1d0b9d1

remove textblob lib from script since it was copied over from template

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- from textblob import TextBlob
3
 
4
  def sentiment_analysis(text: str) -> dict:
5
  """
 
1
  import gradio as gr
 
2
 
3
  def sentiment_analysis(text: str) -> dict:
4
  """