Manasa1 commited on
Commit
10b32d9
·
verified ·
1 Parent(s): 7f82265

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.get_response(f"{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(f"{analysis_prompt} {youtube_url}")
117
 
118
  # Display the result
119
  st.subheader("Video Summary")