Spaces:
Paused
Paused
Update app_zero.py
Browse files- app_zero.py +1 -1
app_zero.py
CHANGED
|
@@ -248,7 +248,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 248 |
classifier_free_guidance, seed
|
| 249 |
],
|
| 250 |
outputs = [
|
| 251 |
-
|
| 252 |
file_output
|
| 253 |
]
|
| 254 |
)
|
|
|
|
| 248 |
classifier_free_guidance, seed
|
| 249 |
],
|
| 250 |
outputs = [
|
| 251 |
+
input_image,
|
| 252 |
file_output
|
| 253 |
]
|
| 254 |
)
|