frncscp commited on
Commit
490112d
·
1 Parent(s): 09a0e78

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +1 -0
pages/Entorno de Ejecución.py CHANGED
@@ -212,6 +212,7 @@ with zero_shot:
212
 
213
  labels_for_classification = ["A yellow deep fried smashed plantain",
214
  "Fried food",
 
215
  "Anything"]
216
 
217
  uploaded_file = st.file_uploader(key = 'ZS_upload', label = 'Sube la imagen a clasificar',type= ['jpg','png', 'jpeg', 'jfif', 'webp', 'heic'])
 
212
 
213
  labels_for_classification = ["A yellow deep fried smashed plantain",
214
  "Fried food",
215
+ "Fruit",
216
  "Anything"]
217
 
218
  uploaded_file = st.file_uploader(key = 'ZS_upload', label = 'Sube la imagen a clasificar',type= ['jpg','png', 'jpeg', 'jfif', 'webp', 'heic'])