Shutupnlearn commited on
Commit
273cbdd
·
1 Parent(s): da35306

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')
5
 
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('demo_write')
5
 
6
  demo = gr.load("Shutupnlearn/planche_demo", src="spaces", hf_token=github_token)
7
  demo.launch()