MogensR commited on
Commit
622c422
·
1 Parent(s): 55a34dc

Update core/app.py

Browse files
Files changed (1) hide show
  1. 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 config.app_config import ProcessingConfig, get_config
 
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