lampongyuen commited on
Commit
ef88c1e
·
verified ·
1 Parent(s): e5eb1ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ private_space_repo = "lampongyuen/gradio-app1"
7
 
8
  # Your Hugging Face API token with access to the private Space (set as a secret in the Space settings)
9
  hf_token = os.getenv("HF_TOKEN")
 
10
 
11
  # Specify src="spaces" and pass hf_token for authentication
12
  iface = gr.load(private_space_repo, src="spaces", token=hf_token)
 
7
 
8
  # Your Hugging Face API token with access to the private Space (set as a secret in the Space settings)
9
  hf_token = os.getenv("HF_TOKEN")
10
+ print(hf_token)
11
 
12
  # Specify src="spaces" and pass hf_token for authentication
13
  iface = gr.load(private_space_repo, src="spaces", token=hf_token)