Update nano_banana.py
Browse files- 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
|
| 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
|