Spaces:
Running
on
Zero
Running
on
Zero
tangchangli
commited on
Commit
·
3315c31
1
Parent(s):
0a73137
chore: rm enable queue
Browse files
app.py
CHANGED
|
@@ -163,4 +163,5 @@ with gr.Blocks() as demo:
|
|
| 163 |
)
|
| 164 |
clear.click(gradio_reset, [chat_state], [chatbot, speech, text_input, upload_button, chat_state], queue=False)
|
| 165 |
|
| 166 |
-
demo.launch(share=True, enable_queue=True, server_port=int(args.port))
|
|
|
|
|
|
| 163 |
)
|
| 164 |
clear.click(gradio_reset, [chat_state], [chatbot, speech, text_input, upload_button, chat_state], queue=False)
|
| 165 |
|
| 166 |
+
# demo.launch(share=True, enable_queue=True, server_port=int(args.port))
|
| 167 |
+
demo.launch(share=True, server_port=int(args.port))
|