Spaces:
Build error
Build error
adymaharana
commited on
Commit
·
c9b7beb
1
Parent(s):
413c929
new model url
Browse files
app.py
CHANGED
@@ -68,7 +68,9 @@ def save_story_results(images, video_len=4, n_candidates=1, mask=None):
|
|
68 |
def main(args):
|
69 |
device = 'cuda:0'
|
70 |
|
71 |
-
model_url = 'https://drive.google.com/u/1/uc?id=
|
|
|
|
|
72 |
png_url = 'https://drive.google.com/u/1/uc?id=1C33A1IzSHDPoQ4QBsgFWbF61QWaAxRo_&export=download'
|
73 |
|
74 |
gdown.download(model_url, quiet=False, use_cookies=False, output="./ckpt/25.pth")
|
|
|
68 |
def main(args):
|
69 |
device = 'cuda:0'
|
70 |
|
71 |
+
model_url = 'https://drive.google.com/u/1/uc?id=1SYQu_tKpTd7oODjF9fmohDp3PSqvww2T&export=download'
|
72 |
+
|
73 |
+
#model_url = 'https://drive.google.com/u/1/uc?id=1lJ6zMZ6qTvFu6H35-VEdFlN13MMslivJ&export=download'
|
74 |
png_url = 'https://drive.google.com/u/1/uc?id=1C33A1IzSHDPoQ4QBsgFWbF61QWaAxRo_&export=download'
|
75 |
|
76 |
gdown.download(model_url, quiet=False, use_cookies=False, output="./ckpt/25.pth")
|