tangchangli commited on
Commit
677c012
1 Parent(s): 3315c31

chore: rm port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, server_port=int(args.port))
 
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)