kiptoozeff commited on
Commit
7c81dbd
·
verified ·
1 Parent(s): 8156d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(twitter):
34
  if __name__ == '__main__':
35
  interFace = gr.Interface(fn=predict,
36
  inputs=gr.Textbox(placeholder="Enter a tweet here", label="Tweet content", lines=5),
37
- outputs=gr.outputs.Label(num_top_classes=6, label="Emotions of this tweet is "),
38
  examples=examples,
39
  title="Emotions of English tweet",
40
  description="")
 
34
  if __name__ == '__main__':
35
  interFace = gr.Interface(fn=predict,
36
  inputs=gr.Textbox(placeholder="Enter a tweet here", label="Tweet content", lines=5),
37
+ outputs=gr.Label(num_top_classes=6, label="Emotions of this tweet is "),
38
  examples=examples,
39
  title="Emotions of English tweet",
40
  description="")