Spaces:
Paused
Paused
Update gradio_web_server.py
Browse files- gradio_web_server.py +1 -2
gradio_web_server.py
CHANGED
@@ -225,8 +225,7 @@ with gr.Blocks(title='VLM-RLAIF', theme=gr.themes.Default(), css=block_css) as d
|
|
225 |
# [video, textbox, first_run, state, state_, chatbot, images_tensor])
|
226 |
|
227 |
# app = gr.mount_gradio_app(app, demo, path="/")
|
228 |
-
demo.launch(
|
229 |
-
# demo.launch()
|
230 |
|
231 |
# uvicorn videollava.serve.gradio_web_server:app
|
232 |
# python -m videollava.serve.gradio_web_server
|
|
|
225 |
# [video, textbox, first_run, state, state_, chatbot, images_tensor])
|
226 |
|
227 |
# app = gr.mount_gradio_app(app, demo, path="/")
|
228 |
+
demo.launch()
|
|
|
229 |
|
230 |
# uvicorn videollava.serve.gradio_web_server:app
|
231 |
# python -m videollava.serve.gradio_web_server
|