Update app.py
Browse files
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=
|
|
|
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)
|