Hammad712 commited on
Commit
aa1210b
·
verified ·
1 Parent(s): 0039f49

Update app/ads/image_service.py

Browse files
Files changed (1) hide show
  1. app/ads/image_service.py +1 -1
app/ads/image_service.py CHANGED
@@ -123,7 +123,7 @@ Generate *only* the final, polished ad banner image. Do not respond with text, q
123
  try:
124
  client = genai.Client()
125
  response = client.models.generate_content(
126
- model="gemini-2.0-flash-exp",
127
  contents=(prompt
128
  ),
129
  config=types.GenerateContentConfig(
 
123
  try:
124
  client = genai.Client()
125
  response = client.models.generate_content(
126
+ model="gemini-2.5-flash-image",
127
  contents=(prompt
128
  ),
129
  config=types.GenerateContentConfig(