Docfile commited on
Commit
63d858c
·
verified ·
1 Parent(s): 1c9f000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ def process_image_background(task_id, image_data, prompt_type="refined"):
387
  full_latex_response = gemini_response.text
388
 
389
  if not full_latex_response.strip():
390
- raise ValueError("Gemini a retourné une réponse vide ou sans contenu textuel.")
391
 
392
  print(f"Task {task_id}: LaTeX brut reçu de Gemini (longueur: {len(full_latex_response)}).")
393
 
 
387
  full_latex_response = gemini_response.text
388
 
389
  if not full_latex_response.strip():
390
+ raise ValueError("Mariam a retourné une réponse vide ou sans contenu textuel.")
391
 
392
  print(f"Task {task_id}: LaTeX brut reçu de Gemini (longueur: {len(full_latex_response)}).")
393