Please refer to TRAIN.md for setting up the environment.
Run the following command to launch Gradio demo locally.
# Set Python path
export PYTHONPATH="./:$PYTHONPATH"
# Launch demo
python demo/app.pyIf success, the terminal would display Running on local URL: http://0.0.0.0:7860. You may then visit the link via your browser.