Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,4 @@ with demo:
|
|
142 |
|
143 |
# Automatically call the recognize_emotion function when audio is recorded
|
144 |
audio_input.stop_recording(fn=recognize_emotion, inputs=audio_input, outputs=text_output)
|
145 |
-
demo.launch(
|
|
|
142 |
|
143 |
# Automatically call the recognize_emotion function when audio is recorded
|
144 |
audio_input.stop_recording(fn=recognize_emotion, inputs=audio_input, outputs=text_output)
|
145 |
+
demo.launch()
|