johann22 commited on
Commit
572a463
·
verified ·
1 Parent(s): eec1531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,4 +307,4 @@ with gr.Blocks() as app:
307
  clear_btn.click(clear_fn,None,[prompt,chatbot])
308
  go=button.click(transcribe,[vid,lang,sz],[trans,chatbot]).then(summarize,[prompt,chatbot,mem_check,trans],[prompt,chatbot,e_box,json_out])
309
  stop_button.click(None,None,None,cancels=[go])
310
- app.queue(default_concurrency_limit=20).launch(show_api=False)
 
307
  clear_btn.click(clear_fn,None,[prompt,chatbot])
308
  go=button.click(transcribe,[vid,lang,sz],[trans,chatbot]).then(summarize,[prompt,chatbot,mem_check,trans],[prompt,chatbot,e_box,json_out])
309
  stop_button.click(None,None,None,cancels=[go])
310
+ app.queue(default_concurrency_limit=20).launch(show_api=True)