Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Orawan
/
Task2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a789537
Task2
/
app.py
Orawan
Update app.py
a789537
over 1 year ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
gradio
as
gr
input_module = gr.inputs.Image(label =
"Input Image"
,image_mode=
"L"
,shape=(
28
,
28
))