temp-9384289 commited on
Commit
61697f2
·
1 Parent(s): 57b48dd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def getModel(model):
187
 
188
 
189
  ############################################ return image that you just generated
190
- return [image, lowest_image]
191
 
192
 
193
  import gradio as gr
 
187
 
188
 
189
  ############################################ return image that you just generated
190
+ return [image] #, lowest_image]
191
 
192
 
193
  import gradio as gr