tree3po commited on
Commit
d260fcc
·
verified ·
1 Parent(s): e15b26d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")