-
Please refer to the Installation section to complete the model environment deployment.
-
Make sure the
gradiopackage is installed:pip install gradio
-
Download the pretrained checkpoints from Models, and place it to some directory(
ckptfor default). To better identify the checkpoint, please change the filename after downloading. -
launch the
webui.pyto usepython demo/webui.py --ckpt_dir YOUR_CHECKPOINT_DIR
Noted that the
YOUR_CHECKPOINT_DIRis the checkpoint directory(ckptfor default).
You may need to modify num_ray in config file to adapt the checkpoint.
