Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,10 @@ def solve():
|
|
38 |
config={'thinking_config': {'include_thoughts': True}},
|
39 |
contents=[
|
40 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
41 |
-
"Resous
|
42 |
]
|
43 |
)
|
44 |
-
|
45 |
for chunk in response:
|
46 |
for part in chunk.candidates[0].content.parts:
|
47 |
if part.thought:
|
|
|
38 |
config={'thinking_config': {'include_thoughts': True}},
|
39 |
contents=[
|
40 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
41 |
+
" Resous ça."
|
42 |
]
|
43 |
)
|
44 |
+
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
45 |
for chunk in response:
|
46 |
for part in chunk.candidates[0].content.parts:
|
47 |
if part.thought:
|