Omnibus commited on
Commit
be627fc
1 Parent(s): a2748f6

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -1
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)