Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Ashrafb
/
Imdes
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Imdes
/
app.py
Ashrafb
Create app.py
79862b4
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
import
gradio
as
gr
import
os
HF_TOKEN= os.environ.get(
"HF_TOKEN"
,
None
)
demo = gr.load(
"Ashrafb/Im"
, hf_token=HF_TOKEN, src=
"spaces"
)
demo.launch()