Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -375,7 +375,7 @@ def infer(
|
|
| 375 |
).images
|
| 376 |
|
| 377 |
# Return images, seed, and make button visible
|
| 378 |
-
return image, seed, gr.update(visible=
|
| 379 |
|
| 380 |
# --- Examples and UI Layout ---
|
| 381 |
examples = []
|
|
|
|
| 375 |
).images
|
| 376 |
|
| 377 |
# Return images, seed, and make button visible
|
| 378 |
+
return image, seed, gr.update(visible=False)
|
| 379 |
|
| 380 |
# --- Examples and UI Layout ---
|
| 381 |
examples = []
|