Matteo Mendula
commited on
Commit
·
c20f8d9
1
Parent(s):
318c23e
no share
Browse files
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(
|
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")
|