frncscp commited on
Commit
bd81858
·
1 Parent(s): 1e3ca04

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +2 -2
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
- #y_gorrito = query(uploaded_file.read(), model_dict[model_choice[0]])
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]])