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