Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -500,7 +500,7 @@ with gr.Blocks(theme=theme, head=custom_head, js=custom_js, css=custom_css, titl
|
|
| 500 |
str(img_width),
|
| 501 |
str(img_height),
|
| 502 |
str(selected_seed),
|
| 503 |
-
gr.update(value=selected_absolute_path, visible=
|
| 504 |
gr.update(visible=True),
|
| 505 |
)
|
| 506 |
except Exception as e: # Catch any other unexpected error during this block
|
|
|
|
| 500 |
str(img_width),
|
| 501 |
str(img_height),
|
| 502 |
str(selected_seed),
|
| 503 |
+
gr.update(value=selected_absolute_path, visible=False),
|
| 504 |
gr.update(visible=True),
|
| 505 |
)
|
| 506 |
except Exception as e: # Catch any other unexpected error during this block
|