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

Update webgui.py

Browse files
Files changed (1) hide show
  1. webgui.py +3 -1
webgui.py CHANGED
@@ -5,6 +5,9 @@ webui
5
  '''
6
  import spaces
7
  import os
 
 
 
8
  import random
9
  from datetime import datetime
10
  from pathlib import Path
@@ -35,7 +38,6 @@ 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',
 
5
  '''
6
  import spaces
7
  import os
8
+
9
+ os.system('pip install scikit-image')
10
+
11
  import random
12
  from datetime import datetime
13
  from pathlib import Path
 
38
  from src.utils.mp_utils import LMKExtractor
39
 
40
 
 
41
  huggingface_hub.snapshot_download(
42
  repo_id='BadToBest/EchoMimic',
43
  local_dir='./pretrained_weights',