EvanTHU commited on
Commit
37f4339
1 Parent(s): 91fc20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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()