tree3po commited on
Commit
a4f0529
·
verified ·
1 Parent(s): 2495ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ os.system("pip install -r open-oasis/requirements.txt")
7
  #os.system("huggingface-cli download Etched/oasis-500m vit-l-20.pt")
8
  from huggingface_hub import hf_hub_download
9
  oas = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="oasis500m.pt")
10
- vit = hf_hub_download(repo_id="Etched/oasis-500m", token=None filename="vit-l-20.pt")
11
  print(oas,vit)
 
7
  #os.system("huggingface-cli download Etched/oasis-500m vit-l-20.pt")
8
  from huggingface_hub import hf_hub_download
9
  oas = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="oasis500m.pt")
10
+ vit = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="vit-l-20.pt")
11
  print(oas,vit)