Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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 |
|