Sebastiankay commited on
Commit
d2dceaa
·
verified ·
1 Parent(s): 09f4d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True),
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