Update app.py
Browse files
app.py
CHANGED
|
@@ -495,7 +495,7 @@ with gr.Blocks(
|
|
| 495 |
guidance_scale,
|
| 496 |
steps,
|
| 497 |
],
|
| 498 |
-
outputs=[output_image,
|
| 499 |
)
|
| 500 |
|
| 501 |
# Instructions and examples
|
|
|
|
| 495 |
guidance_scale,
|
| 496 |
steps,
|
| 497 |
],
|
| 498 |
+
outputs=[output_image, status_text]
|
| 499 |
)
|
| 500 |
|
| 501 |
# Instructions and examples
|