Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ elif youtube_url:
|
|
113 |
analysis_prompt = generate_analysis_prompt(user_query, "YouTube URL")
|
114 |
|
115 |
# Summarize the YouTube video using the agent
|
116 |
-
response = multimodal_Agent.run(
|
117 |
|
118 |
# Display the result
|
119 |
st.subheader("Video Summary")
|
|
|
113 |
analysis_prompt = generate_analysis_prompt(user_query, "YouTube URL")
|
114 |
|
115 |
# Summarize the YouTube video using the agent
|
116 |
+
response = multimodal_Agent.run(analysis_prompt, {youtube_url}")
|
117 |
|
118 |
# Display the result
|
119 |
st.subheader("Video Summary")
|