Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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...")
|