Spaces:
Running
on
Zero
Running
on
Zero
Update webgui.py
Browse files
webgui.py
CHANGED
|
@@ -32,8 +32,7 @@ import huggingface_hub
|
|
| 32 |
|
| 33 |
huggingface_hub.snapshot_download(
|
| 34 |
repo_id='BadToBest/EchoMimic',
|
| 35 |
-
local_dir='./pretrained_weights'
|
| 36 |
-
local_dir_use_symlinks=False,
|
| 37 |
)
|
| 38 |
|
| 39 |
is_shared_ui = True if "fffiloni/EchoMimic" in os.environ['SPACE_ID'] else False
|
|
|
|
| 32 |
|
| 33 |
huggingface_hub.snapshot_download(
|
| 34 |
repo_id='BadToBest/EchoMimic',
|
| 35 |
+
local_dir='./pretrained_weights'
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
is_shared_ui = True if "fffiloni/EchoMimic" in os.environ['SPACE_ID'] else False
|