Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
|
|
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')
|