chenlin commited on
Commit
569c182
1 Parent(s): d6d461b

update launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(title='ShareGPT4Video-8B🚀', theme=gr.themes.Default(), css=blo
123
  clear_btn.click(clear_history, [state, state_],
124
  [video, textbox, first_run, state, state_, chatbot])
125
 
126
- demo.launch(server_name='0.0.0.0', server_port=23858, share=True)
 
123
  clear_btn.click(clear_history, [state, state_],
124
  [video, textbox, first_run, state, state_, chatbot])
125
 
126
+ demo.launch()