Spaces:
Runtime error
Runtime error
LanHarmony
commited on
Commit
•
ceaa1a3
1
Parent(s):
38e5e49
sync
Browse files
app.py
CHANGED
@@ -7,9 +7,6 @@ from scipy.interpolate import interp1d, PchipInterpolator
|
|
7 |
import torchvision
|
8 |
from utils import *
|
9 |
|
10 |
-
os.system('pip install git+https://github.com/wkentaro/gdown.git')
|
11 |
-
os.system('gdown https://drive.google.com/uc?id=1Z4JOley0SJCb35kFF4PCc6N6P1ftfX4i -O models/drag_nuwa_svd.pth')
|
12 |
-
|
13 |
output_dir = "outputs"
|
14 |
ensure_dirname(output_dir)
|
15 |
|
|
|
7 |
import torchvision
|
8 |
from utils import *
|
9 |
|
|
|
|
|
|
|
10 |
output_dir = "outputs"
|
11 |
ensure_dirname(output_dir)
|
12 |
|