ynhe commited on
Commit
2250b4c
·
verified ·
1 Parent(s): 969c18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ with gr.Blocks(title="VideoChat-Flash",theme=gvlabtheme,css="#chatbot {overflow:
294
  clear.click(clear_, None, [chatbot, chat_state])
295
  restart.click(gradio_reset, None, [chatbot, up_video, text_input, run, clear, upload_button, chat_state, asr_msg], queue=False)
296
 
297
- demo.launch(server_name='0.0.0.0',server_port=7864)
 
294
  clear.click(clear_, None, [chatbot, chat_state])
295
  restart.click(gradio_reset, None, [chatbot, up_video, text_input, run, clear, upload_button, chat_state, asr_msg], queue=False)
296
 
297
+ demo.launch(server_name='0.0.0.0')