Spaces:
Runtime error
Runtime error
ASG Models
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,7 +197,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
|
|
| 197 |
return data_user, data_ai, text_answer
|
| 198 |
else:
|
| 199 |
return data_ai # Return None for user_audio
|
| 200 |
-
|
| 201 |
btn.click(
|
| 202 |
process_audio, # Call the combined function
|
| 203 |
inputs=[text_input, model_choices],
|
|
|
|
| 197 |
return data_user, data_ai, text_answer
|
| 198 |
else:
|
| 199 |
return data_ai # Return None for user_audio
|
| 200 |
+
|
| 201 |
btn.click(
|
| 202 |
process_audio, # Call the combined function
|
| 203 |
inputs=[text_input, model_choices],
|