Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 472 Bytes

File metadata and controls

19 lines (12 loc) · 472 Bytes

Local Gradio Demo for UniPixel

🛠️ Environment Setup

Please refer to TRAIN.md for setting up the environment.

🕹️ 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.