Spaces:
Runtime error
Runtime error
Tyler Lastovich
commited on
Commit
·
2df7497
1
Parent(s):
2233cc7
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def prompt_to_layout(user_prompt, intensity, fpath=None):
|
|
123 |
|
124 |
html = '<img class="labels" src="labels.png" />'
|
125 |
|
126 |
-
return
|
127 |
|
128 |
|
129 |
# Gradio App
|
|
|
123 |
|
124 |
html = '<img class="labels" src="labels.png" />'
|
125 |
|
126 |
+
return html, im
|
127 |
|
128 |
|
129 |
# Gradio App
|