Update core/app.py
Browse files- core/app.py +2 -1
core/app.py
CHANGED
|
@@ -39,7 +39,8 @@ def patched_get_type(schema):
|
|
| 39 |
logger.error(f"Gradio patch failed: {e}")
|
| 40 |
|
| 41 |
# Import configuration from new location
|
| 42 |
-
from
|
|
|
|
| 43 |
|
| 44 |
# Import core components from new locations
|
| 45 |
from core.exceptions import ModelLoadingError, VideoProcessingError
|
|
|
|
| 39 |
logger.error(f"Gradio patch failed: {e}")
|
| 40 |
|
| 41 |
# Import configuration from new location
|
| 42 |
+
from processing.video.video_processor import ProcessorConfig
|
| 43 |
+
from config.app_config import get_config
|
| 44 |
|
| 45 |
# Import core components from new locations
|
| 46 |
from core.exceptions import ModelLoadingError, VideoProcessingError
|