Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
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
|
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
|