eeuuia commited on
Commit
e197751
·
verified ·
1 Parent(s): b3132f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from PIL import Image as PILImage
16
  # ==============================================================================
17
 
18
  from api.ltx.ltx_aduc_pipeline import video_generation_service
19
- from api.utils.debug_utils import log_function_io
20
  from api.seedvr.seedvr_server import seedvr_aduc_pipeline as seedvr_inference_server
21
  logging.info("All backend services and utils imported successfully from new paths.")
22
 
 
16
  # ==============================================================================
17
 
18
  from api.ltx.ltx_aduc_pipeline import video_generation_service
19
+ from utils.debug_utils import log_function_io
20
  from api.seedvr.seedvr_server import seedvr_aduc_pipeline as seedvr_inference_server
21
  logging.info("All backend services and utils imported successfully from new paths.")
22