Redmind commited on
Commit
a68907d
1 Parent(s): 057e406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ def create_interface():
129
 
130
  # When the button is clicked, call the `process_transcription_and_sentiment` function
131
  submit_button.click(process_transcription_and_sentiment,
132
- audio_input, model_choice,
133
- [transcription_output, sentiment_output)
134
 
135
  demo.launch()
136
 
 
129
 
130
  # When the button is clicked, call the `process_transcription_and_sentiment` function
131
  submit_button.click(process_transcription_and_sentiment,
132
+ [audio_input, model_choice],
133
+ [transcription_output, sentiment_output])
134
 
135
  demo.launch()
136