Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ interface = gr.Interface(
|
|
71 |
live=False,
|
72 |
theme="huggingface")
|
73 |
|
74 |
-
interface.launch(debug=True)
|
|
|
71 |
live=False,
|
72 |
theme="huggingface")
|
73 |
|
74 |
+
gr.TabbedInterface([interface], ["Russian Emotion Recognition"]).launch(debug=True)
|