Spaces:
Runtime error
Runtime error
File size: 466 Bytes
e15b26d 86b3f2e 3f2b9ed e15b26d 2dd31d8 2495ef6 a4f0529 86b3f2e 1fe767f |
1 2 3 4 5 6 7 8 9 10 11 12 |
import os
import gradio as gr
'''from huggingface_hub import hf_hub_download
os.system("git clone https://github.com/etched-ai/open-oasis.git")
os.system("cd open-oasis")
os.system("pip install -r open-oasis/requirements.txt")
oas = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="oasis500m.pt")
vit = hf_hub_download(repo_id="Etched/oasis-500m", token=None, filename="vit-l-20.pt")
print(oas,vit)'''
gr.load("models/Etched/oasis-500m").launch()
|