Albert-NHWang's picture
update app.py
8b84b4d verified
raw
history blame
168 Bytes
import os
import gradio as gr
read_key = os.getenv('HUGGINGFACE_TOKEN')
demo = gr.load("Albert-NHWang/Depth-Anywhere", hf_token=read_key, src="spaces")
demo.launch()