Spaces:
Runtime error
Runtime error
Update gradio_demo.py
Browse files- gradio_demo.py +1 -1
gradio_demo.py
CHANGED
@@ -143,7 +143,7 @@ unet.forward = hooked_unet_forward
|
|
143 |
|
144 |
# Model paths
|
145 |
model_path = './models/iclight_sd15_fbc.safetensors'
|
146 |
-
|
147 |
model_path3 = './checkpoints/sam2_hiera_large.pt'
|
148 |
model_path4 = './checkpoints/config.json'
|
149 |
model_path5 = './checkpoints/preprocessor_config.json'
|
|
|
143 |
|
144 |
# Model paths
|
145 |
model_path = './models/iclight_sd15_fbc.safetensors'
|
146 |
+
model_path2 = './checkpoints/depth_anything_v2_vits.pth'
|
147 |
model_path3 = './checkpoints/sam2_hiera_large.pt'
|
148 |
model_path4 = './checkpoints/config.json'
|
149 |
model_path5 = './checkpoints/preprocessor_config.json'
|