Spaces:
Sleeping
Sleeping
Update services/queue_manager.py
Browse files
services/queue_manager.py
CHANGED
|
@@ -4,7 +4,7 @@ from typing import Dict, Any, Optional
|
|
| 4 |
from enum import Enum
|
| 5 |
|
| 6 |
# Import pipeline that handles all stages
|
| 7 |
-
from
|
| 8 |
|
| 9 |
# -------------------------------
|
| 10 |
# ENUMS AND GLOBALS
|
|
|
|
| 4 |
from enum import Enum
|
| 5 |
|
| 6 |
# Import pipeline that handles all stages
|
| 7 |
+
from pipeline.pipeline import run_pipeline # This runs story β images β video β etc.
|
| 8 |
|
| 9 |
# -------------------------------
|
| 10 |
# ENUMS AND GLOBALS
|