Next commited on
Commit
1b230e2
1 Parent(s): 8175402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -945,4 +945,6 @@ with gr.Blocks(theme=applio) as app:
945
  outputs=[md_download_logs]
946
  )
947
 
948
- app.queue(concurrency_count=1, max_size=50, api_open=config.api).launch(share=config.colab, show_api=False)
 
 
 
945
  outputs=[md_download_logs]
946
  )
947
 
948
+
949
+
950
+ app.launch(share=config.colab, show_api=False)