Tyler Lastovich commited on
Commit
2df7497
·
1 Parent(s): 2233cc7

Update app.py

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="labels.png" />'
125
 
126
- return im, html
127
 
128
 
129
  # Gradio App
 
123
 
124
  html = '<img class="labels" src="labels.png" />'
125
 
126
+ return html, im
127
 
128
 
129
  # Gradio App