corrected a spelling mistake
#1
by
nishant-verma-7
- opened
README.md
CHANGED
@@ -40,7 +40,7 @@ license: cc-by-nc-sa-4.0
|
|
40 |
An [Installation Guide](https://github.com/Zheng-Chong/CatVTON/INSTALL.md) is provided to help build the conda environment for CatVTON. When deploying the app, you will need Detectron2 & DensePose, but these are not required for inference on datasets. Install the packages according to your needs.
|
41 |
|
42 |
## Deployment (Gradio App)
|
43 |
-
To deploy the Gradio App for CatVTON on your own
|
44 |
|
45 |
```PowerShell
|
46 |
CUDA_VISIBLE_DEVICES=0 python app.py \
|
|
|
40 |
An [Installation Guide](https://github.com/Zheng-Chong/CatVTON/INSTALL.md) is provided to help build the conda environment for CatVTON. When deploying the app, you will need Detectron2 & DensePose, but these are not required for inference on datasets. Install the packages according to your needs.
|
41 |
|
42 |
## Deployment (Gradio App)
|
43 |
+
To deploy the Gradio App for CatVTON on your own machine, just run the following command, and checkpoints will be automaticly download from HuggingFace.
|
44 |
|
45 |
```PowerShell
|
46 |
CUDA_VISIBLE_DEVICES=0 python app.py \
|