MogensR commited on
Commit
61019ae
·
verified ·
1 Parent(s): 602f352

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -17,7 +17,7 @@
17
  sys.path.append(str(Path(__file__).parent.absolute()))
18
 
19
  # Import pipeline functions
20
- from video_pipeline import stage1_create_transparent_video, stage2_composite_background
21
 
22
  # Logging Configuration
23
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
 
17
  sys.path.append(str(Path(__file__).parent.absolute()))
18
 
19
  # Import pipeline functions
20
+ from pipeline.video_pipeline import stage1_create_transparent_video, stage2_composite_background
21
 
22
  # Logging Configuration
23
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')