gorkemgoknar commited on
Commit
7ca4715
1 Parent(s): 29cc4bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -736,7 +736,7 @@ with gr.Blocks(title=title) as demo:
736
  [chatbot, txt],
737
  add_text,
738
  cache_examples=False,
739
- run_on_click=True,
740
  )
741
 
742
  clear_btn = gr.ClearButton([chatbot, audio])
 
736
  [chatbot, txt],
737
  add_text,
738
  cache_examples=False,
739
+ run_on_click=False, # Will not work , user should submit it
740
  )
741
 
742
  clear_btn = gr.ClearButton([chatbot, audio])