Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def load_model():
|
|
54 |
def generate_podcast_script(api_key, content, uploaded_file, duration, num_hosts):
|
55 |
try:
|
56 |
genai.configure(api_key=api_key)
|
57 |
-
model = genai.GenerativeModel('gemini-pro')
|
58 |
|
59 |
combined_content = content or ""
|
60 |
if uploaded_file:
|
|
|
54 |
def generate_podcast_script(api_key, content, uploaded_file, duration, num_hosts):
|
55 |
try:
|
56 |
genai.configure(api_key=api_key)
|
57 |
+
model = genai.GenerativeModel('gemini-2.5-pro-preview-03-25')
|
58 |
|
59 |
combined_content = content or ""
|
60 |
if uploaded_file:
|