Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
read_key = os.environ.get('TOKEN', None)
|
5 |
|
6 |
with gr.Blocks() as demo:
|
7 |
-
gr.load("anestoledo/consulta",
|
8 |
|
9 |
-
demo.queue(
|
10 |
demo.launch()
|
|
|
4 |
read_key = os.environ.get('TOKEN', None)
|
5 |
|
6 |
with gr.Blocks() as demo:
|
7 |
+
gr.load("anestoledo/consulta", hf_token=read_key, src="spaces")
|
8 |
|
9 |
+
demo.queue()
|
10 |
demo.launch()
|