frncscp commited on
Commit
89f6948
1 Parent(s): 36bf530

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +4 -4
pages/Entorno de Ejecución.py CHANGED
@@ -32,7 +32,7 @@ with col_a:
32
 
33
  threshold = .8
34
 
35
- ultra_button = st.checkbox('ultraptctrn: el mejor ensamble de modelos hasta la fecha.')
36
  ultra_flag = False
37
  if ultra_button:
38
  ultra_flag = True
@@ -67,10 +67,10 @@ with col_a:
67
  # Set the image dimensions
68
  IMAGE_WIDTH = IMAGE_HEIGHT = 224
69
 
 
 
70
  with col_b:
71
- if st.button('Predecir'):
72
- uploaded_file = st.file_uploader(label = '',type= ['jpg','png', 'jpeg', 'jfif', 'webp', 'heic'])
73
-
74
  if uploaded_file is not None:
75
  # Load the image and resize it to the required dimensions
76
  img = np.frombuffer(uploaded_file.read(), np.uint8)
 
32
 
33
  threshold = .8
34
 
35
+ ultra_button = st.checkbox('Usar ensamblaje de los modelos con mayor eficacia hasta la fecha (mejores resultados)')
36
  ultra_flag = False
37
  if ultra_button:
38
  ultra_flag = True
 
67
  # Set the image dimensions
68
  IMAGE_WIDTH = IMAGE_HEIGHT = 224
69
 
70
+ uploaded_file = st.file_uploader(label = '',type= ['jpg','png', 'jpeg', 'jfif', 'webp', 'heic'])
71
+
72
  with col_b:
73
+ if st.button('¿Hay un patacón en la imagen?'):
 
 
74
  if uploaded_file is not None:
75
  # Load the image and resize it to the required dimensions
76
  img = np.frombuffer(uploaded_file.read(), np.uint8)