Hugging Face
Models
Datasets
Spaces
Community
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...
2cd23a1
AskCyph-Coder
/
app.py
geeek
Update app.py
2cd23a1
verified
5 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
import
gradio
as
gr
token = os.environ[
"HF_TOKEN"
]
repo=os.environ[
"REPO_NAME"
]
demo = gr.load(repo, src=
"spaces"
,token=token)
demo.launch()