bluenevus commited on
Commit
0128620
·
verified ·
1 Parent(s): 122b144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: