jonathanjordan21 commited on
Commit
f5c4ed1
1 Parent(s): 034a980

Update components/pexels.py

Browse files
Files changed (1) hide show
  1. components/pexels.py +1 -1
components/pexels.py CHANGED
@@ -47,7 +47,7 @@ def download_video(data, parent_path, height, width, i):
47
 
48
 
49
  # Utilizing the LLMs to find the relevant videos
50
- def generate_videos(product, api_key, height=None, width=None, llm_chain, sum_llm_chain):
51
  prod = product.replace(" ", "_")
52
 
53
  try :
 
47
 
48
 
49
  # Utilizing the LLMs to find the relevant videos
50
+ def generate_videos(product, api_key, height=None, width=None, llm_chain=None, sum_llm_chain=None):
51
  prod = product.replace(" ", "_")
52
 
53
  try :