Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,5 @@ import os
|
|
2 |
os.system("git clone https://github.com/etched-ai/open-oasis.git")
|
3 |
os.system("cd open-oasis")
|
4 |
os.system("pip install -r requirements.txt")
|
5 |
-
os.system("huggingface-cli login")
|
6 |
os.system("huggingface-cli download Etched/oasis-500m oasis500m.pt") # DiT checkpoint
|
7 |
os.system("huggingface-cli download Etched/oasis-500m vit-l-20.pt")
|
|
|
2 |
os.system("git clone https://github.com/etched-ai/open-oasis.git")
|
3 |
os.system("cd open-oasis")
|
4 |
os.system("pip install -r requirements.txt")
|
|
|
5 |
os.system("huggingface-cli download Etched/oasis-500m oasis500m.pt") # DiT checkpoint
|
6 |
os.system("huggingface-cli download Etched/oasis-500m vit-l-20.pt")
|