Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
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'])
|