rangm commited on
Commit
e9c3b34
·
verified ·
1 Parent(s): fdad090

Update webgui.py

Browse files
Files changed (1) hide show
  1. webgui.py +2 -0
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',