Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Antonio49
/
Personal
like
1
Question Answering
Transformers
Safetensors
Spanish
bert
Inference Endpoints
arxiv:
1910.09700
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
5d39faf
Personal
/
app.py
Antonio49
Create app.py
5d39faf
about 1 year 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()