Shutupnlearn commited on
Commit
614f5c7
1 Parent(s): 2be770c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import os
3
 
4
- github_token = os.environ.get('demo_write')
5
  print(github_token)
6
  demo = gr.load("Shutupnlearn/planche_demo", src="spaces", hf_token=github_token)
7
  demo.launch()
 
1
  import gradio as gr
2
  import os
3
 
4
+ github_token = os.environ.get('hf_demo')
5
  print(github_token)
6
  demo = gr.load("Shutupnlearn/planche_demo", src="spaces", hf_token=github_token)
7
  demo.launch()