BroBro87 commited on
Commit
cfa5482
·
verified ·
1 Parent(s): 4cb1645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def summarize_video(video_path):
13
  prompt = "Summarize this video"
14
 
15
  # Set up the model
16
- model = genai.GenerativeModel(model_name="models/gemini-1.5-pro", api_key = os.environ['GOOGLE_API_KEY'])
17
 
18
  # Make the LLM request
19
  print("Making LLM inference request...")
 
13
  prompt = "Summarize this video"
14
 
15
  # Set up the model
16
+ model = genai.GenerativeModel(model_name="models/gemini-1.5-pro")
17
 
18
  # Make the LLM request
19
  print("Making LLM inference request...")