Spaces:
Runtime error
Runtime error
- control_flow/main.py +1 -1
control_flow/main.py
CHANGED
@@ -35,7 +35,7 @@ def run():
|
|
35 |
print_assistant(headlines)
|
36 |
|
37 |
headlines_prompts = generate_headlines(summary, DIMENSIONS)
|
38 |
-
print_system("
|
39 |
run_parallel_jobs(gen_image, headlines_prompts)
|
40 |
|
41 |
|
|
|
35 |
print_assistant(headlines)
|
36 |
|
37 |
headlines_prompts = generate_headlines(summary, DIMENSIONS)
|
38 |
+
print_system("Generating AI images...")
|
39 |
run_parallel_jobs(gen_image, headlines_prompts)
|
40 |
|
41 |
|