Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ interface = gr.Interface(
|
|
68 |
outputs=[
|
69 |
gr.Label(num_top_classes=7)
|
70 |
],
|
71 |
-
live=False
|
72 |
-
|
73 |
|
74 |
gr.TabbedInterface([interface], ["Russian Emotion Recognition"]).launch(debug=True)
|
|
|
68 |
outputs=[
|
69 |
gr.Label(num_top_classes=7)
|
70 |
],
|
71 |
+
live=False
|
72 |
+
)
|
73 |
|
74 |
gr.TabbedInterface([interface], ["Russian Emotion Recognition"]).launch(debug=True)
|