NEXAS commited on
Commit
933122f
·
verified ·
1 Parent(s): 84054cc

Update initiate.py

Browse files
Files changed (1) hide show
  1. initiate.py +1 -1
initiate.py CHANGED
@@ -6,4 +6,4 @@ def process_pdf(pdf_path,video_path):
6
  image_collection = extract_and_store_images(pdf_path)
7
  text_collection = create_vector_database(pdf_path)
8
  video_collection = initiate_video(video_path)
9
- return image_collection, text_collection, video_collection
 
6
  image_collection = extract_and_store_images(pdf_path)
7
  text_collection = create_vector_database(pdf_path)
8
  video_collection = initiate_video(video_path)
9
+ # return image_collection, text_collection, video_collection