Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def revisar_examen(json_path, pdf_docente, pdf_alumno):
|
|
| 77 |
|
| 78 |
# Configurar el modelo
|
| 79 |
model = GenerativeModel(
|
| 80 |
-
"
|
| 81 |
system_instruction=[textsi_1]
|
| 82 |
)
|
| 83 |
|
|
|
|
| 77 |
|
| 78 |
# Configurar el modelo
|
| 79 |
model = GenerativeModel(
|
| 80 |
+
"gemini-1.5-pro-002", # Cambiar a Gemini-2
|
| 81 |
system_instruction=[textsi_1]
|
| 82 |
)
|
| 83 |
|