Spaces:
Sleeping
Sleeping
Commit
·
a96e839
1
Parent(s):
c58a9e3
Update app.py
Browse files
app.py
CHANGED
@@ -556,4 +556,4 @@ In this game, you need to construct a question to ask a large language model, so
|
|
556 |
inputs=[message, state],
|
557 |
outputs=[challenge_result, chatbot, question_info, challenge_info])
|
558 |
|
559 |
-
demo.queue(concurrency_count=10).launch(height=800, share=
|
|
|
556 |
inputs=[message, state],
|
557 |
outputs=[challenge_result, chatbot, question_info, challenge_info])
|
558 |
|
559 |
+
demo.queue(concurrency_count=10).launch(height=800, share=False)
|