Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|