Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -194,10 +194,6 @@ with zero_shot:
|
|
194 |
threshold = st.slider('¿Cuál va a ser el límite desde donde se considere patacón? (se recomienda por encima del 33.33%)', 0, 100, 34, key = 'threshold_ZS')
|
195 |
|
196 |
with col_b:
|
197 |
-
|
198 |
-
if st.button(key = 'clip_button', label = 'Cargar modelo de clasificación (puede tomar algo de tiempo)'):
|
199 |
-
|
200 |
-
|
201 |
|
202 |
if st.button(key = 'ZS_button', label ='¿Hay un patacón en la imagen?'):
|
203 |
if uploaded_file is not None:
|
|
|
194 |
threshold = st.slider('¿Cuál va a ser el límite desde donde se considere patacón? (se recomienda por encima del 33.33%)', 0, 100, 34, key = 'threshold_ZS')
|
195 |
|
196 |
with col_b:
|
|
|
|
|
|
|
|
|
197 |
|
198 |
if st.button(key = 'ZS_button', label ='¿Hay un patacón en la imagen?'):
|
199 |
if uploaded_file is not None:
|