Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -22,7 +22,7 @@ from utils.tools import read_video
|
|
22 |
|
23 |
from huggingface_hub import snapshot_download, hf_hub_download
|
24 |
|
25 |
-
|
26 |
repo_id='lllyasviel/ic-light',
|
27 |
filename='iclight_sd15_fc.safetensors',
|
28 |
local_dir='./models'
|
|
|
22 |
|
23 |
from huggingface_hub import snapshot_download, hf_hub_download
|
24 |
|
25 |
+
hf_hub_download(
|
26 |
repo_id='lllyasviel/ic-light',
|
27 |
filename='iclight_sd15_fc.safetensors',
|
28 |
local_dir='./models'
|