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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
221
  audio_player = gr.Audio(label="أ audio",streaming=True)
222
 
223
  # Update the event binding
224
- generate_button.click(generate_audio, inputs=[text_input,model_choice], outputs=audio_player)
225
 
226
 
227
 
 
221
  audio_player = gr.Audio(label="أ audio",streaming=True)
222
 
223
  # Update the event binding
224
+ generate_button.click(generate_audio, inputs=[text_input,model_choice], outputs=audio_player)
225
 
226
 
227