Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
unlisboa
/
demo-digit-generation
like
0
Runtime error
App
Files
Files
Community
88f2074
demo-digit-generation
/
app.py
d-c-t
Update app.py
88f2074
over 2 years ago
raw
Copy download link
history
blame
133 Bytes
import
gradio
as
gr
examples = [[
"one"
], [
"2022"
]]
gr.Interface.load(
"huggingface/huggan/dcgan-mnist"
, examples=examples).launch();