Update generate_slideshow.py
Browse files- generate_slideshow.py +2 -1
generate_slideshow.py
CHANGED
@@ -22,6 +22,7 @@ from google import genai
|
|
22 |
from google.genai import types
|
23 |
from PIL import Image
|
24 |
|
|
|
25 |
GEMINI_API_KEY = os.environ.get("GEMINI_KEY")
|
26 |
|
27 |
# Dictionary to store temporary directories for cleanup
|
@@ -479,7 +480,7 @@ Input:King Kong
|
|
479 |
Output:1
|
480 |
Input:Batman
|
481 |
Output:1
|
482 |
-
Input:
|
483 |
Output:1
|
484 |
Input:bing bong
|
485 |
Output:0
|
|
|
22 |
from google.genai import types
|
23 |
from PIL import Image
|
24 |
|
25 |
+
|
26 |
GEMINI_API_KEY = os.environ.get("GEMINI_KEY")
|
27 |
|
28 |
# Dictionary to store temporary directories for cleanup
|
|
|
480 |
Output:1
|
481 |
Input:Batman
|
482 |
Output:1
|
483 |
+
Input:Hitler
|
484 |
Output:1
|
485 |
Input:bing bong
|
486 |
Output:0
|