Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def solve():
|
|
132 |
config.tools = [types.Tool(code_execution=types.ToolCodeExecution)]
|
133 |
|
134 |
response = client.models.generate_content_stream(
|
135 |
-
model="gemini-2.5-
|
136 |
contents=[
|
137 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
138 |
prompt
|
|
|
132 |
config.tools = [types.Tool(code_execution=types.ToolCodeExecution)]
|
133 |
|
134 |
response = client.models.generate_content_stream(
|
135 |
+
model="gemini-2.5-flash",
|
136 |
contents=[
|
137 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
138 |
prompt
|