Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -666,5 +666,7 @@ with gr.Blocks(title='MotionLLM', theme=gr.themes.Default(), css=block_css) as d
|
|
666 |
clear_btn.click(clear_history, [state],
|
667 |
[image1, video, textbox, first_run, state, chatbot, images_tensor])
|
668 |
|
669 |
-
app = gr.mount_gradio_app(app, demo, path="/")
|
670 |
-
uvicorn.run(app)
|
|
|
|
|
|
666 |
clear_btn.click(clear_history, [state],
|
667 |
[image1, video, textbox, first_run, state, chatbot, images_tensor])
|
668 |
|
669 |
+
# app = gr.mount_gradio_app(app, demo, path="/")
|
670 |
+
# uvicorn.run(app)
|
671 |
+
|
672 |
+
demo.launch()
|