Pawntoqueen commited on
Commit
686687e
1 Parent(s): acc81db
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_sentiment(input_txt, k):
18
 
19
  iface = gr.Interface(fn= get_sentiment,
20
  inputs = [gr.inputs.Textbox(lines=8, placeholder="News Here..."), gr.inputs.Slider(1, 101)],
21
- outputs = ["label", "dataframe"],
22
  allow_flagging="never",
23
  title = "Short Document Clustering")
24
 
 
18
 
19
  iface = gr.Interface(fn= get_sentiment,
20
  inputs = [gr.inputs.Textbox(lines=8, placeholder="News Here..."), gr.inputs.Slider(1, 101)],
21
+ outputs = ["label"],
22
  allow_flagging="never",
23
  title = "Short Document Clustering")
24