Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|