awacke1 commited on
Commit
dffd00a
1 Parent(s): fbab0f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def save_all_button_click():
101
  images = [file for file in os.listdir() if file.lower().endswith((".png", ".jpg", ".jpeg"))]
102
  zip_filename, download_link = save_all_images(images)
103
  if download_link:
104
- gr.HTML(download_link).update()
105
 
106
 
107
  # Function to handle "Clear All" button click
 
101
  images = [file for file in os.listdir() if file.lower().endswith((".png", ".jpg", ".jpeg"))]
102
  zip_filename, download_link = save_all_images(images)
103
  if download_link:
104
+ gr.HTML(download_link)
105
 
106
 
107
  # Function to handle "Clear All" button click