Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,4 +230,4 @@ emotion_output = gr.Textbox(label="Predicted Emotion")
|
|
| 230 |
examples=[["2902-9008-0000.flac"],["2902-9008-0001.flac"],["2902-9008-0002.flac"],["2902-9008-0003.flac"],["2902-9008-0004.flac"]]
|
| 231 |
interface = gr.Interface(fn=prediction, inputs=audio_input, outputs=emotion_output,examples =examples)
|
| 232 |
|
| 233 |
-
interface.launch()
|
|
|
|
| 230 |
examples=[["2902-9008-0000.flac"],["2902-9008-0001.flac"],["2902-9008-0002.flac"],["2902-9008-0003.flac"],["2902-9008-0004.flac"]]
|
| 231 |
interface = gr.Interface(fn=prediction, inputs=audio_input, outputs=emotion_output,examples =examples)
|
| 232 |
|
| 233 |
+
interface.launch(share=True)
|