Spaces:
Runtime error
Runtime error
Tyler Lastovich
commited on
Commit
·
9c9d80a
1
Parent(s):
383d987
Reset to labels to base dir
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="images/labels.png" />'
|
125 |
|
126 |
-
legend = Image.open("
|
127 |
|
128 |
im = np.array(im)
|
129 |
im[:40, :] = np.array(legend)
|
|
|
123 |
|
124 |
html = '<img class="labels" src="images/labels.png" />'
|
125 |
|
126 |
+
legend = Image.open("labels.png")
|
127 |
|
128 |
im = np.array(im)
|
129 |
im[:40, :] = np.array(legend)
|