Shutupnlearn commited on
Commit
2be770c
1 Parent(s): 273cbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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()
8
 
 
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()
8