Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,6 @@ private_space_repo = "lampongyuen/gradio-app1"
|
|
9 |
hf_token = os.getenv("HF_TOKEN")
|
10 |
|
11 |
# Load the Gradio interface of the private Space using the hf_token
|
12 |
-
iface = gr.load(private_space_repo,
|
13 |
|
14 |
iface.launch()
|
|
|
9 |
hf_token = os.getenv("HF_TOKEN")
|
10 |
|
11 |
# Load the Gradio interface of the private Space using the hf_token
|
12 |
+
iface = gr.load(private_space_repo, token=hf_token)
|
13 |
|
14 |
iface.launch()
|