Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -159,6 +159,7 @@ with gr.Blocks(title="InternVideo-VideoChat!",theme=gvlabtheme,css="#chatbot {ov
|
|
159 |
step=0.1,
|
160 |
interactive=True,
|
161 |
label="Temperature",
|
|
|
162 |
)
|
163 |
|
164 |
num_segments = gr.Slider(
|
@@ -200,4 +201,5 @@ with gr.Blocks(title="InternVideo-VideoChat!",theme=gvlabtheme,css="#chatbot {ov
|
|
200 |
run.click(lambda: "", None, text_input)
|
201 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, up_image, up_video, text_input, upload_button, chat_state, img_list], queue=False)
|
202 |
|
203 |
-
demo.launch(server_name="0.0.0.0", favicon_path='bot_avatar.jpg', enable_queue=True,ssl_keyfile="vchat_cert/privkey1.pem",ssl_certfile="vchat_cert/cert1.pem",ssl_verify=False)
|
|
|
|
159 |
step=0.1,
|
160 |
interactive=True,
|
161 |
label="Temperature",
|
162 |
+
|
163 |
)
|
164 |
|
165 |
num_segments = gr.Slider(
|
|
|
201 |
run.click(lambda: "", None, text_input)
|
202 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, up_image, up_video, text_input, upload_button, chat_state, img_list], queue=False)
|
203 |
|
204 |
+
#demo.launch(server_name="0.0.0.0", favicon_path='bot_avatar.jpg', enable_queue=True,ssl_keyfile="vchat_cert/privkey1.pem",ssl_certfile="vchat_cert/cert1.pem",ssl_verify=False)
|
205 |
+
demo.launch(server_name="0.0.0.0", enable_queue=True)
|