Spaces:
Runtime error
Runtime error
tangchangli
commited on
Commit
•
677c012
1
Parent(s):
3315c31
chore: rm port
Browse files
app.py
CHANGED
@@ -164,4 +164,4 @@ with gr.Blocks() as demo:
|
|
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
|
|
|
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)
|