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() | |
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() | |