jonathanjordan21 commited on
Commit
73a7641
1 Parent(s): 3995d66

Update components/pexels.py

Browse files
Files changed (1) hide show
  1. components/pexels.py +0 -1
components/pexels.py CHANGED
@@ -56,7 +56,6 @@ def generate_voice(text, model, tokenizer):
56
 
57
  # Utilizing the LLMs to find the relevant videos
58
  def generate_videos(text, api_key, orientation, height, width, model, tokenizer):
59
- prod = product.strip().replace(" ", "_")
60
  links = []
61
  try :
62
  # Split the paragraph by sentences
 
56
 
57
  # Utilizing the LLMs to find the relevant videos
58
  def generate_videos(text, api_key, orientation, height, width, model, tokenizer):
 
59
  links = []
60
  try :
61
  # Split the paragraph by sentences