Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cyphertechinc
/
AskCyph-Coder
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geeek
commited on
Jan 5
Commit
2374dd6
·
verified
·
1 Parent(s):
acda64d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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()