Spaces:
Runtime error
Runtime error
Tyler Lastovich
commited on
Commit
·
193f6c0
1
Parent(s):
263c757
Undo html removal
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def prompt_to_layout(user_prompt, intensity, fpath=None):
|
|
129 |
im[:40, :] = np.array(legend)
|
130 |
im = Image.fromarray(im)
|
131 |
|
132 |
-
return im
|
133 |
|
134 |
|
135 |
# Gradio App
|
|
|
129 |
im[:40, :] = np.array(legend)
|
130 |
im = Image.fromarray(im)
|
131 |
|
132 |
+
return html, im
|
133 |
|
134 |
|
135 |
# Gradio App
|