Spaces:
Runtime error
Runtime error
Commit
·
5ba7dcf
1
Parent(s):
ce85da2
Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ This application classifies the sentiment of the audio input provided by the use
|
|
47 |
|
48 |
# generate and launch interface
|
49 |
interface = gr.Interface(fn=classify_sentiment, inputs=input_audio, outputs=label, examples=[["basta_neutral.wav"], ["detras_disgust.wav"], ["mortal_sadness.wav"], ["respiracion_happiness.wav"], ["robo_fear.wav"]], article=info['article'], css=info['css'], theme='huggingface', title=info['title'], allow_flagging='never', description=info['description'])
|
50 |
-
interface.launch()
|
|
|
47 |
|
48 |
# generate and launch interface
|
49 |
interface = gr.Interface(fn=classify_sentiment, inputs=input_audio, outputs=label, examples=[["basta_neutral.wav"], ["detras_disgust.wav"], ["mortal_sadness.wav"], ["respiracion_happiness.wav"], ["robo_fear.wav"]], article=info['article'], css=info['css'], theme='huggingface', title=info['title'], allow_flagging='never', description=info['description'])
|
50 |
+
interface.launch()
|