Spaces:
Sleeping
Sleeping
Specify snapshot_download only from huggingface_hub
Browse files
webgui.py
CHANGED
@@ -27,7 +27,7 @@ import argparse
|
|
27 |
|
28 |
import gradio as gr
|
29 |
|
30 |
-
import
|
31 |
|
32 |
huggingface_hub.snapshot_download(
|
33 |
repo_id='BadToBest/EchoMimic',
|
|
|
27 |
|
28 |
import gradio as gr
|
29 |
|
30 |
+
from huggingface_hub import snapshot_download
|
31 |
|
32 |
huggingface_hub.snapshot_download(
|
33 |
repo_id='BadToBest/EchoMimic',
|