Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,5 @@ with demo:
|
|
29 |
b1.click(speech_to_text, inputs=audio_file, outputs=text)
|
30 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
31 |
|
32 |
-
demo.launch(
|
|
|
|
29 |
b1.click(speech_to_text, inputs=audio_file, outputs=text)
|
30 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
31 |
|
32 |
+
demo.launch()
|
33 |
+
#inline=false
|