update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,6 @@ import os
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
read_key = os.
|
6 |
demo = gr.load("Albert-NHWang/Depth-Anywhere", hf_token=read_key, src="spaces")
|
7 |
demo.launch()
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
read_key = os.getenv('HUGGINGFACE_TOKEN')
|
6 |
demo = gr.load("Albert-NHWang/Depth-Anywhere", hf_token=read_key, src="spaces")
|
7 |
demo.launch()
|