Prathamesh1420 commited on
Commit
b2a0a6a
·
verified ·
1 Parent(s): 1cb6da0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ import streamlit as st
73
  genai.configure(api_key="AIzaSyBTt66oOvxpLeYn41sR-KkjSYPK2vOAqkU")
74
 
75
  # Define the model
76
- model = genai.GenerativeModel("gemini-pro")
 
77
 
78
  # Directory containing uploaded videos
79
  VIDEO_DIR = "videos"
 
73
  genai.configure(api_key="AIzaSyBTt66oOvxpLeYn41sR-KkjSYPK2vOAqkU")
74
 
75
  # Define the model
76
+ model = genai.GenerativeModel(model_name="models/gemini-1.5-pro")
77
+
78
 
79
  # Directory containing uploaded videos
80
  VIDEO_DIR = "videos"