jcvsalinas commited on
Commit
b77aa9b
·
verified ·
1 Parent(s): b76709a

Update app.py

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