Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
sys.path.append(str(Path(__file__).parent.absolute()))
|
| 14 |
|
| 15 |
# Import processing modules
|
| 16 |
-
from
|
| 17 |
from video_pipeline import stage1_create_transparent_video, stage2_composite_background
|
| 18 |
|
| 19 |
# Persistent temp dir
|
|
|
|
| 13 |
sys.path.append(str(Path(__file__).parent.absolute()))
|
| 14 |
|
| 15 |
# Import processing modules
|
| 16 |
+
from model_loaders import load_sam2_predictor, load_matanyone_processor, clear_model_cache, get_memory_usage
|
| 17 |
from video_pipeline import stage1_create_transparent_video, stage2_composite_background
|
| 18 |
|
| 19 |
# Persistent temp dir
|