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...
012fd2a
AskCyph-Coder
/
app.py
geeek
Update app.py
012fd2a
verified
4 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
gradio
as
gr
token = os.environ[
"HF_TOKEN"
]
demo = gr.load(REPO_NAME, src=
"spaces"
,token=token)
demo.launch()