frncscp commited on
Commit
2bc7e7e
·
1 Parent(s): 65176bd

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
@@ -177,8 +177,8 @@ with vit:
177
  elif uploaded_file is not None:
178
  with st.spinner('Cargando predicción...'):
179
 
180
- #y_gorritoo = query(uploaded_file.read(), model_dict[model_choice[0]])
181
- #st.write(y_gorritoo)
182
  #classifiers = [pipeline("image-classification", model= model_dict[model_choice[i]]) for i in range(len(model_choice))]
183
 
184
  #classifier = pipeline("image-classification", model= model_dict[model_choice[0]])
 
177
  elif uploaded_file is not None:
178
  with st.spinner('Cargando predicción...'):
179
 
180
+ y_gorritoo = query(uploaded_file.read(), model_dict[model_choice[0]])
181
+ st.write(y_gorritoo)
182
  #classifiers = [pipeline("image-classification", model= model_dict[model_choice[i]]) for i in range(len(model_choice))]
183
 
184
  #classifier = pipeline("image-classification", model= model_dict[model_choice[0]])