frncscp commited on
Commit
7e14a78
·
1 Parent(s): beb9007

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +9 -9
pages/Entorno de Ejecución.py CHANGED
@@ -122,14 +122,6 @@ with cnn:
122
  else:
123
  st.write('Revisa haber seleccionado los modelos y la imagen correctamente.')
124
 
125
- with autoencoder:
126
- st.write('Próximamente')
127
- with svm:
128
- st.write('Próximamente')
129
- with iforest:
130
- st.write('Próximamente')
131
- with gan:
132
- st.write('Próximamente')
133
  with vit:
134
 
135
  col_a, col_b = st.columns(2)
@@ -210,7 +202,15 @@ with zero_shot:
210
  st.caption(f'La probabilidad de que la imagen tenga un patacón es del: {round(float(y_gorrito * 100), 2)}%')
211
  st.image(img)
212
 
213
-
 
 
 
 
 
 
 
 
214
 
215
 
216
 
 
122
  else:
123
  st.write('Revisa haber seleccionado los modelos y la imagen correctamente.')
124
 
 
 
 
 
 
 
 
 
125
  with vit:
126
 
127
  col_a, col_b = st.columns(2)
 
202
  st.caption(f'La probabilidad de que la imagen tenga un patacón es del: {round(float(y_gorrito * 100), 2)}%')
203
  st.image(img)
204
 
205
+ with autoencoder:
206
+ st.write('Próximamente')
207
+ with gan:
208
+ st.write('Próximamente')
209
+ with svm:
210
+ st.write('Próximamente')
211
+ with iforest:
212
+ st.write('Próximamente')
213
+
214
 
215
 
216