Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Loc
/
test_env_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeca5fd
test_env_space
/
app.py
Loc
test
aeca5fd
about 3 years ago
raw
Copy download link
history
blame
Safe
190 Bytes
import
gradio
as
gr
def
sketch_recognition
(
img
):
pass
# Implement your sketch recognition model here...
gr.Interface(fn=sketch_recognition, inputs=
"sketchpad"
, outputs=
"label"
).launch()