Spaces:
Sleeping
Sleeping
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
|
@@ -199,7 +199,7 @@ with vit:
|
|
| 199 |
|
| 200 |
y_gorrito = 0
|
| 201 |
#y_gorrito = query(uploaded_file.read(), model_choice[0])[1]["score"]
|
| 202 |
-
i =
|
| 203 |
for model in model_choice:
|
| 204 |
i+=1
|
| 205 |
y_gorrito += query(uploaded_file.read(), model_dict[i][model])
|
|
|
|
| 199 |
|
| 200 |
y_gorrito = 0
|
| 201 |
#y_gorrito = query(uploaded_file.read(), model_choice[0])[1]["score"]
|
| 202 |
+
i = -1
|
| 203 |
for model in model_choice:
|
| 204 |
i+=1
|
| 205 |
y_gorrito += query(uploaded_file.read(), model_dict[i][model])
|