minoosh commited on
Commit
0825778
·
verified ·
1 Parent(s): 5434155

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ demo = gr.Interface(
48
  outputs=gr.Label(label="Emotion Probabilities"),
49
  title="Emotion Classifier",
50
  description="Enter a sentence and see the predicted emotion distribution.",
51
- allow_flagging="never",
52
  )
53
 
54
  if __name__ == "__main__":
 
48
  outputs=gr.Label(label="Emotion Probabilities"),
49
  title="Emotion Classifier",
50
  description="Enter a sentence and see the predicted emotion distribution.",
51
+ flagging_mode="never",
52
  )
53
 
54
  if __name__ == "__main__":