Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nzkashan
/
templates-text-to-image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
567b273
templates-text-to-image
/
app.py
nzkashan
initial commit
f093a61
over 1 year ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/templates/text-to-image"
).launch()