Update aduc_framework/orchestrator.py
Browse files
aduc_framework/orchestrator.py
CHANGED
|
@@ -143,9 +143,7 @@ class AducOrchestrator:
|
|
| 143 |
input_video_path=source_video_path,
|
| 144 |
output_video_path=output_path,
|
| 145 |
prompt=prompt,
|
| 146 |
-
model_version=model_version
|
| 147 |
-
steps=steps,
|
| 148 |
-
progress=progress_callback
|
| 149 |
)
|
| 150 |
logger.info(f"Masterização HD completa! Vídeo final em: {final_path}")
|
| 151 |
yield {"final_path": final_path}
|
|
|
|
| 143 |
input_video_path=source_video_path,
|
| 144 |
output_video_path=output_path,
|
| 145 |
prompt=prompt,
|
| 146 |
+
model_version=model_version
|
|
|
|
|
|
|
| 147 |
)
|
| 148 |
logger.info(f"Masterização HD completa! Vídeo final em: {final_path}")
|
| 149 |
yield {"final_path": final_path}
|