Spaces:
Runtime error
Runtime error
Shutupnlearn
commited on
Commit
•
614f5c7
1
Parent(s):
2be770c
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
github_token = os.environ.get('
|
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()
|