JasonData commited on
Commit
a2fa856
·
verified ·
1 Parent(s): 82ec8ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ HF_TOKEN = os.environ["HF_TOKEN"]
7
  url = "spaces/JasonData/Hidden_GEMINI_extractor"
8
 
9
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
10
- gr.load(url, src="spaces", hf_token=HF_TOKEN)
11
 
12
  demo.launch()
 
7
  url = "spaces/JasonData/Hidden_GEMINI_extractor"
8
 
9
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
10
+ gr.load(url, src="spaces", token=HF_TOKEN)
11
 
12
  demo.launch()