Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|