Please refer to EVAL.md for setting up the environment and preparing the checkpoints.
Example videos can be downloaded at here.
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.