Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ def generate(
|
|
132 |
yield output
|
133 |
|
134 |
final_story = "".join(outputs)
|
|
|
135 |
markdown_image = f""
|
136 |
return f"{response_text}\n\n{markdown_image}"
|
137 |
|
|
|
132 |
yield output
|
133 |
|
134 |
final_story = "".join(outputs)
|
135 |
+
image_url = generate_image(final_story)
|
136 |
markdown_image = f""
|
137 |
return f"{response_text}\n\n{markdown_image}"
|
138 |
|