frncscp commited on
Commit
d40fca5
1 Parent(s): 9ec23c0

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +2 -8
pages/Entorno de Ejecución.py CHANGED
@@ -24,7 +24,7 @@ st.set_page_config(
24
 
25
  st.sidebar.write("contact@patacotron.tech")
26
  already_excuted = False
27
- cnn, vit, zero_shot, autoencoder, svm, iforest, gan = st.tabs(["CNN", "ViT", "Zero-Shot", "Autoencoder", "OC-SVM", 'iForest', 'GAN'])
28
 
29
  def predict(_model_list, _weights, _img):
30
  y_gorrito = 0
@@ -299,11 +299,5 @@ with zero_shot:
299
  else:
300
  st.write("Asegúrate de haber subido correctamente la imagen.")
301
 
302
- with autoencoder:
303
  st.write('Próximamente')
304
- with gan:
305
- st.write('Próximamente')
306
- with svm:
307
- st.write('Próximamente')
308
- with iforest:
309
- st.write('Próximamente')
 
24
 
25
  st.sidebar.write("contact@patacotron.tech")
26
  already_excuted = False
27
+ cnn, vit, zero_shot, classic_ml = st.tabs(["CNN", "ViT", "Zero-Shot", "Machine Learning Clásico"])
28
 
29
  def predict(_model_list, _weights, _img):
30
  y_gorrito = 0
 
299
  else:
300
  st.write("Asegúrate de haber subido correctamente la imagen.")
301
 
302
+ with classic_ml:
303
  st.write('Próximamente')