andrewharp commited on
Commit
c371061
·
verified ·
1 Parent(s): 03587a8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. demo/app_januspro.py +2 -2
demo/app_januspro.py CHANGED
@@ -241,5 +241,5 @@ with gr.Blocks() as demo:
241
  outputs=image_output
242
  )
243
 
244
- demo.launch(share=True)
245
- # demo.queue(concurrency_count=1, max_size=10).launch(server_name="0.0.0.0", server_port=37906, root_path="/path")
 
241
  outputs=image_output
242
  )
243
 
244
+ # demo.launch(share=True)
245
+ demo.queue(concurrency_count=1, max_size=10).launch(server_name="0.0.0.0", server_port=37906, root_path="/path")