littlebird13 commited on
Commit
bbefb57
·
verified ·
1 Parent(s): 3ed976e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def main():
183
  outputs=[mark_, chatbot, system_state, system_input, textbox])
184
 
185
  demo.queue(api_open=False,default_concurrency_limit=40)
186
- demo.launch(max_threads=40)
187
 
188
 
189
  if __name__ == "__main__":
 
183
  outputs=[mark_, chatbot, system_state, system_input, textbox])
184
 
185
  demo.queue(api_open=False,default_concurrency_limit=40)
186
+ demo.launch(max_threads=40,share=True)
187
 
188
 
189
  if __name__ == "__main__":