Spaces:
Runtime error
Runtime error
Update webgui.py
Browse files
webgui.py
CHANGED
|
@@ -34,6 +34,8 @@ from src.utils.draw_utils import FaceMeshVisualizer
|
|
| 34 |
from src.utils.motion_utils import motion_sync
|
| 35 |
from src.utils.mp_utils import LMKExtractor
|
| 36 |
|
|
|
|
|
|
|
| 37 |
huggingface_hub.snapshot_download(
|
| 38 |
repo_id='BadToBest/EchoMimic',
|
| 39 |
local_dir='./pretrained_weights',
|
|
|
|
| 34 |
from src.utils.motion_utils import motion_sync
|
| 35 |
from src.utils.mp_utils import LMKExtractor
|
| 36 |
|
| 37 |
+
|
| 38 |
+
os.system('pip install scikit-image')
|
| 39 |
huggingface_hub.snapshot_download(
|
| 40 |
repo_id='BadToBest/EchoMimic',
|
| 41 |
local_dir='./pretrained_weights',
|