geeek commited on
Commit
2374dd6
·
verified ·
1 Parent(s): acda64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
 
4
- demo = gr.load(REPO_NAME, src="spaces",HF_TOKEN)
5
  demo.launch()
 
1
  import gradio as gr
2
 
3
 
4
+ demo = gr.load(REPO_NAME, src="spaces",hf_token=HF_TOKEN)
5
  demo.launch()