Yanzuo commited on
Commit
1b0733f
1 Parent(s): aba7c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
93
  guidance_scale=float(scales),
94
  height=int(height),
95
  width=int(width)
96
- ).images
97
 
98
  generate_btn.click(
99
  process_image,
 
93
  guidance_scale=float(scales),
94
  height=int(height),
95
  width=int(width)
96
+ ).images[0]
97
 
98
  generate_btn.click(
99
  process_image,