Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tsubacka
/
huggan-dcgan-mnist
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffd1871
huggan-dcgan-mnist
/
app.py
Tsubacka
initial commit
ffd1871
about 2 years ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/huggan/dcgan-mnist"
).launch()