Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Diego192
/
prueba
like
0
Image Classification
Transformers
Safetensors
custom_code
Model card
Files
Files and versions
Community
1
Train
Use this model
main
prueba
/
usar
Diego192
Create usar
9ac1087
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
163 Bytes
# Use a pipeline as a high-level helper
from
transformers import pipeline
pipe = pipeline(
"image-classification"
,
model
=
"Diego192/prueba"
,
trust_remote_code
=
True
)