SandraCLV commited on
Commit
2b081ea
1 Parent(s): 221ec4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import IPython.display as ipd
9
 
10
 
11
  # Cargar el modelo que convierte imagen a texto
12
- image_to_text_model = pipeline("image-classification",model="timm/mobilenetv3_large_100_ra_in1k")
13
 
14
  # Cargar el modelo que genera audio a partir de texto
15
  # Funci贸n para convertir texto a audio
 
9
 
10
 
11
  # Cargar el modelo que convierte imagen a texto
12
+ image_to_text_model = pipeline("image-classification")
13
 
14
  # Cargar el modelo que genera audio a partir de texto
15
  # Funci贸n para convertir texto a audio