Tyler Lastovich commited on
Commit
9c9d80a
·
1 Parent(s): 383d987

Reset to labels to base dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("images/labels.png")
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)