tree3po commited on
Commit
1fe767f
·
verified ·
1 Parent(s): 86b3f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ os.system("pip install -r open-oasis/requirements.txt")
8
  oas = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="oasis500m.pt")
9
  vit = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="vit-l-20.pt")
10
  print(oas,vit)'''
11
- gr.load("Etched/oasis-500m").launch()
 
8
  oas = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="oasis500m.pt")
9
  vit = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="vit-l-20.pt")
10
  print(oas,vit)'''
11
+ gr.load("models/Etched/oasis-500m").launch()