NeerAbhy commited on
Commit
4ab8825
·
verified ·
1 Parent(s): ad4c080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)