Update streamlit_app.py
Browse files- 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')
|