Spaces:
Runtime error
Runtime error
FrozenBurning
commited on
Commit
•
8e5d73b
1
Parent(s):
8b9a803
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import requests
|
|
8 |
from tqdm import tqdm
|
9 |
|
10 |
os.system("git clone https://github.com/FrozenBurning/SceneDreamer.git")
|
11 |
-
|
12 |
|
13 |
pretrained_model = dict(file_url='https://drive.google.com/uc?id=1IFu1vNrgF1EaRqPizyEgN_5Vt7Fyg0Mj',
|
14 |
alt_url='', file_size=330571863,
|
|
|
8 |
from tqdm import tqdm
|
9 |
|
10 |
os.system("git clone https://github.com/FrozenBurning/SceneDreamer.git")
|
11 |
+
os.system("cp -r SceneDreamer/* ./")
|
12 |
|
13 |
pretrained_model = dict(file_url='https://drive.google.com/uc?id=1IFu1vNrgF1EaRqPizyEgN_5Vt7Fyg0Mj',
|
14 |
alt_url='', file_size=330571863,
|