Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -201,7 +201,7 @@ with vit:
|
|
201 |
#st.write(model_choice)
|
202 |
|
203 |
#y_gorrito = 0
|
204 |
-
y_gorritoo = query(uploaded_file.read(), model_choice[0])[1]["score"]
|
205 |
i = -1
|
206 |
#st.write("loop iniciado")
|
207 |
for model in models:
|
|
|
201 |
#st.write(model_choice)
|
202 |
|
203 |
#y_gorrito = 0
|
204 |
+
y_gorritoo = query(uploaded_file.read(), model_choice[0])#[1]["score"]
|
205 |
i = -1
|
206 |
#st.write("loop iniciado")
|
207 |
for model in models:
|