Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ audio = gr.Audio(
|
|
44 |
type="filepath"
|
45 |
)
|
46 |
|
47 |
-
app=gr.Interface(title="Speech Sentiment Classification",fn=inference_text,inputs=[audio],outputs=
|
48 |
|
49 |
|
50 |
|
|
|
44 |
type="filepath"
|
45 |
)
|
46 |
|
47 |
+
app=gr.Interface(title="Speech Sentiment Classification",fn=inference_text,inputs=[audio],outputs=[text])
|
48 |
|
49 |
|
50 |
|