Spaces:
Runtime error
Runtime error
xinyuanc91
commited on
Commit
β’
df6c628
1
Parent(s):
29d0b6e
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from utils import mask_generation_before
|
|
8 |
import os
|
9 |
import cv2
|
10 |
|
11 |
-
os.system('wget https://huggingface.co/Vchitect/SEINE/
|
12 |
|
13 |
config_path = "./configs/sample_i2v.yaml"
|
14 |
args = OmegaConf.load(config_path)
|
|
|
8 |
import os
|
9 |
import cv2
|
10 |
|
11 |
+
os.system('wget https://huggingface.co/Vchitect/SEINE/resolve/main/seine.pt?download=true -o pre-trained/')
|
12 |
|
13 |
config_path = "./configs/sample_i2v.yaml"
|
14 |
args = OmegaConf.load(config_path)
|