Spaces:
Running
Running
Update app.py
Browse files
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__":
|