Ar4ikov commited on
Commit
2952de2
1 Parent(s): c3abe53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ interface = gr.Interface(
68
  outputs=[
69
  gr.Label(num_top_classes=7)
70
  ],
71
- live=False,
72
- theme="huggingface")
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)