Docfile commited on
Commit
a770fb4
·
verified ·
1 Parent(s): 751980d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-pro",
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