ASG Models commited on
Commit
7f5dd13
·
verified ·
1 Parent(s): 4e497b1

Update app.py

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