frncscp commited on
Commit
1e38a8c
1 Parent(s): 735109b

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +1 -1
pages/Entorno de Ejecución.py CHANGED
@@ -20,7 +20,7 @@ st.set_page_config(
20
 
21
  st.sidebar.write("contact@patacotron.tech")
22
 
23
- cnn, autoencoder, svm, iforest, gan, vit, zero_shot= st.tabs(["CNN", "Autoencoder", "OC-SVM", 'iForest', 'GAN', 'ViT', 'Zero-Shot'])
24
 
25
  def predict(model_list, weights, img): #for non-supported formats
26
  y_gorrito = 0
 
20
 
21
  st.sidebar.write("contact@patacotron.tech")
22
 
23
+ cnn, vit, zero_shot, autoencoder, svm, iforest, gan = st.tabs(["CNN", "ViT", "Zero-Shot", "Autoencoder", "OC-SVM", 'iForest', 'GAN'])
24
 
25
  def predict(model_list, weights, img): #for non-supported formats
26
  y_gorrito = 0