Manasa1 commited on
Commit
5e34cea
·
verified ·
1 Parent(s): ef555c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(analysis_prompt, {youtube_url}")
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")