Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def generate_complete_latex(client, image_bytes):
|
|
| 89 |
# Convertir les bytes en image PIL
|
| 90 |
image = Image.open(io.BytesIO(image_bytes))
|
| 91 |
|
| 92 |
-
prompt =
|
| 93 |
|
| 94 |
|
| 95 |
# RÔLE & OBJECTIF
|
|
|
|
| 89 |
# Convertir les bytes en image PIL
|
| 90 |
image = Image.open(io.BytesIO(image_bytes))
|
| 91 |
|
| 92 |
+
prompt =r"""
|
| 93 |
|
| 94 |
|
| 95 |
# RÔLE & OBJECTIF
|