lampongyuen commited on
Commit
0a5bad5
·
verified ·
1 Parent(s): a668dc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, hf_token=hf_token)
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()