eliwill commited on
Commit
f3a4302
·
1 Parent(s): 841baa6

Import demo 2

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