Update generate_slideshows.py
Browse files- generate_slideshows.py +0 -2
generate_slideshows.py
CHANGED
@@ -18,12 +18,10 @@ from pathlib import Path
|
|
18 |
from io import BytesIO
|
19 |
from typing import Dict, List, Optional
|
20 |
|
21 |
-
from dotenv import load_dotenv
|
22 |
from google import genai
|
23 |
from google.genai import types
|
24 |
from PIL import Image
|
25 |
|
26 |
-
load_dotenv()
|
27 |
GEMINI_API_KEY = os.environ.get("GEMINI_KEY")
|
28 |
|
29 |
# Dictionary to store temporary directories for cleanup
|
|
|
18 |
from io import BytesIO
|
19 |
from typing import Dict, List, Optional
|
20 |
|
|
|
21 |
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
|