Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def gpt_francais_cc():
|
|
130 |
if not images:
|
131 |
return jsonify({"output": "Aucune image selectionnée."}), 400
|
132 |
|
133 |
-
pre_prompt = "
|
134 |
image_parts = []
|
135 |
|
136 |
for image in images:
|
|
|
130 |
if not images:
|
131 |
return jsonify({"output": "Aucune image selectionnée."}), 400
|
132 |
|
133 |
+
pre_prompt = "Traite entièrement ce sujet de français."
|
134 |
image_parts = []
|
135 |
|
136 |
for image in images:
|