GiladtheFixer commited on
Commit
580809d
1 Parent(s): 441e1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def sentiment_calssifir(text):
9
 
10
 
11
 
12
- demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="label" title=title, live=True)
13
  demo.launch()
14
  # outputs="label",
15
  # title=title,
 
9
 
10
 
11
 
12
+ demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="json")
13
  demo.launch()
14
  # outputs="label",
15
  # title=title,