Docfile commited on
Commit
f49c9d8
·
verified ·
1 Parent(s): 35c35e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def solved():
93
  mode = 'starting'
94
  try:
95
  response = client.models.generate_content_stream(
96
- model="gemini-2.0-flash-exp",
97
  contents=[
98
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
99
  " Résous ça en français. Write you answer with rendering Latex."
 
93
  mode = 'starting'
94
  try:
95
  response = client.models.generate_content_stream(
96
+ model="gemini-2.0-flash",
97
  contents=[
98
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
99
  " Résous ça en français. Write you answer with rendering Latex."