Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -176,8 +176,8 @@ with vit:
|
|
176 |
elif uploaded_file is not None:
|
177 |
with st.spinner('Cargando predicción...'):
|
178 |
|
179 |
-
|
180 |
-
|
181 |
#classifiers = [pipeline("image-classification", model= model_dict[model_choice[i]]) for i in range(len(model_choice))]
|
182 |
|
183 |
#classifier = pipeline("image-classification", model= model_dict[model_choice[0]])
|
|
|
176 |
elif uploaded_file is not None:
|
177 |
with st.spinner('Cargando predicción...'):
|
178 |
|
179 |
+
y_gorritoo = query(uploaded_file.read(), model_dict[model_choice[0]])
|
180 |
+
st.write(y_gorritoo)
|
181 |
#classifiers = [pipeline("image-classification", model= model_dict[model_choice[i]]) for i in range(len(model_choice))]
|
182 |
|
183 |
#classifier = pipeline("image-classification", model= model_dict[model_choice[0]])
|