AC2513 commited on
Commit
af6d2bd
·
1 Parent(s): a1ac37a

altered imports

Browse files
Files changed (1) hide show
  1. tests/test_main.py +1 -1
tests/test_main.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  from pathlib import Path
6
  import tempfile
7
 
8
- from app import get_frames, process_video, process_user_input, process_history, extract_pdf_text, update_custom_prompt, check_file_size, MAX_VIDEO_SIZE, MAX_IMAGE_SIZE
9
 
10
  # Get the project root directory
11
  ROOT_DIR = Path(__file__).parent.parent
 
5
  from pathlib import Path
6
  import tempfile
7
 
8
+ from utils import get_frames, process_video, process_user_input, process_history, extract_pdf_text, update_custom_prompt, check_file_size, MAX_VIDEO_SIZE, MAX_IMAGE_SIZE
9
 
10
  # Get the project root directory
11
  ROOT_DIR = Path(__file__).parent.parent