Import demo 2
Browse files
app.py
CHANGED
@@ -28,5 +28,4 @@ with demo:
|
|
28 |
b1.click(speech_to_text, inputs=audio_file, outputs=text)
|
29 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
30 |
|
31 |
-
demo.launch()
|
32 |
-
|
|
|
28 |
b1.click(speech_to_text, inputs=audio_file, outputs=text)
|
29 |
b2.click(text_to_sentiment, inputs=text, outputs=label)
|
30 |
|
31 |
+
demo.launch()
|
|