Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ intf = gr.Interface(fn=classify_emotions,
|
|
40 |
outputs=label,
|
41 |
title='Emotion classification',
|
42 |
examples=examples)
|
43 |
-
intf.launch()
|
|
|
40 |
outputs=label,
|
41 |
title='Emotion classification',
|
42 |
examples=examples)
|
43 |
+
intf.launch(inline=False)
|