Matteo Mendula commited on
Commit
c20f8d9
·
1 Parent(s): 318c23e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,5 +80,5 @@ with demo:
80
  button_1.click(emotion_emoji, inputs=text_input, outputs=label_emo, api_name="emotion")
81
 
82
 
83
- demo.launch(share=True)
84
  print("Running is terminated")
 
80
  button_1.click(emotion_emoji, inputs=text_input, outputs=label_emo, api_name="emotion")
81
 
82
 
83
+ demo.launch()
84
  print("Running is terminated")