Update generate_slideshow.py
Browse files- generate_slideshow.py +1 -1
generate_slideshow.py
CHANGED
@@ -280,7 +280,7 @@ async def _generate_tts(narration: str, out_path: Path):
|
|
280 |
client = genai.Client(api_key=GEMINI_API_KEY)
|
281 |
|
282 |
# Try with flash model first, then fall back to pro model if needed
|
283 |
-
models_to_try = [
|
284 |
|
285 |
# Create file with write mode first to ensure it's empty
|
286 |
with open(out_path, "wb") as _:
|
|
|
280 |
client = genai.Client(api_key=GEMINI_API_KEY)
|
281 |
|
282 |
# Try with flash model first, then fall back to pro model if needed
|
283 |
+
models_to_try = []
|
284 |
|
285 |
# Create file with write mode first to ensure it's empty
|
286 |
with open(out_path, "wb") as _:
|