sayakpaul HF Staff commited on
Commit
330f9e7
·
verified ·
1 Parent(s): dcaeebd

Update nano_banana.py

Browse files
Files changed (1) hide show
  1. nano_banana.py +1 -1
nano_banana.py CHANGED
@@ -13,7 +13,7 @@ from io import BytesIO
13
  client = genai.Client()
14
 
15
  class NanoBanana(ModularPipelineBlocks):
16
- def __init__(self, model_id="gemini-2.5-flash-image-preview"):
17
  super().__init__()
18
  # Cannot initialize the client because it throws a pickling error.
19
  self.model_id = model_id
 
13
  client = genai.Client()
14
 
15
  class NanoBanana(ModularPipelineBlocks):
16
+ def __init__(self, model_id="gemini-2.5-flash-image"):
17
  super().__init__()
18
  # Cannot initialize the client because it throws a pickling error.
19
  self.model_id = model_id