Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ptoro
/
eh_native_plants
like
0
Sleeping
App
Files
Files
Community
1c30f10
eh_native_plants
/
app.py
ptoro
Add app.py
1c30f10
almost 2 years ago
raw
Copy download link
history
blame
141 Bytes
import
gradio
as
gr
def
sketch_recognition
(
img
):
pass
gr.Interface(fn=sketch_recognition, inputs=
"sketchpad"
, outputs=
"label"
).launch()