Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -279,4 +279,4 @@ with gr.Blocks() as build:
|
|
279 |
|
280 |
pass_btn.click(checkp,pass_box,[no,yes])
|
281 |
#inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)
|
282 |
-
build.queue(concurrency_count=10).launch()
|
|
|
279 |
|
280 |
pass_btn.click(checkp,pass_box,[no,yes])
|
281 |
#inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)
|
282 |
+
build.queue(concurrency_count=10).launch(show_api=False)
|