hunyuan-t commited on
Commit
e400a0b
·
verified ·
1 Parent(s): a482122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,4 +62,5 @@ with gr.Blocks(title="腾讯混元图生文Demo") as demo:
62
  )
63
 
64
  if __name__ == "__main__":
65
- demo.launch(share=True)
 
 
62
  )
63
 
64
  if __name__ == "__main__":
65
+ demo.queue(default_concurrency_limit=100)
66
+ demo.launch(max_threads=100))