Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -132,10 +132,9 @@ def generate(
|
|
132 |
yield output
|
133 |
|
134 |
final_story = "".join(outputs)
|
135 |
-
|
136 |
-
return f"{
|
137 |
|
138 |
-

|
139 |
|
140 |
chat_interface = gr.ChatInterface(
|
141 |
fn=generate,
|
|
|
132 |
yield output
|
133 |
|
134 |
final_story = "".join(outputs)
|
135 |
+
markdown_image = f""
|
136 |
+
return f"{response_text}\n\n{markdown_image}"
|
137 |
|
|
|
138 |
|
139 |
chat_interface = gr.ChatInterface(
|
140 |
fn=generate,
|