Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,9 @@ def predict_emotion(text):
|
|
| 14 |
|
| 15 |
|
| 16 |
#theme = gr.themes.Ocean()
|
| 17 |
-
theme = gr.themes.Glass()
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
demo = gr.Interface(
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
#theme = gr.themes.Ocean()
|
| 17 |
+
#theme = gr.themes.Glass()
|
| 18 |
+
theme = gr.themes.Soft()
|
| 19 |
+
|
| 20 |
|
| 21 |
|
| 22 |
demo = gr.Interface(
|