DeepLearning101 commited on
Commit
0ed06ad
·
verified ·
1 Parent(s): 0f96e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ class NotebookLMTool:
75
 
76
  try:
77
  resp_img = self.client.models.generate_content(
78
- model="gemini-2.0-flash-exp", # ✅ 修正:使用支援圖片輸出的實驗模型
79
  contents=[
80
  "Remove all text from this image. Fill the gaps using the surrounding background texture to make it look clean and natural. Output ONLY the image.",
81
  img
 
75
 
76
  try:
77
  resp_img = self.client.models.generate_content(
78
+ model="gemini-2.5-flash-image", # ✅ 修正:使用支援圖片輸出的實驗模型
79
  contents=[
80
  "Remove all text from this image. Fill the gaps using the surrounding background texture to make it look clean and natural. Output ONLY the image.",
81
  img