Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
21 lines (13 loc) · 595 Bytes

DEMO.md

File metadata and controls

21 lines (13 loc) · 595 Bytes

Local Gradio Demo for VideoMind

🛠️ Environment Setup

Please refer to EVAL.md for setting up the environment and preparing the checkpoints.

Example videos can be downloaded at here.

🕹️ Launch Demo

Run the following command to launch Gradio demo locally.

# Set Python path
export PYTHONPATH="./:$PYTHONPATH"

# Launch demo
python demo/app.py

If success, the terminal would display Running on local URL: http://0.0.0.0:7860. You may then visit the link via your browser.