Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ iface = gr.Interface(
|
|
115 |
gr.Gallery(label="Final Images"), # Display the processed images
|
116 |
gr.File(label="Download Final Images (ZIP)") # Provide a ZIP file for download
|
117 |
],
|
118 |
-
title="
|
119 |
description="Upload multiple images (.jpg, .png), enhance using AI, adjust DPI, resize, and download the final results as a ZIP file."
|
120 |
)
|
121 |
|
|
|
115 |
gr.Gallery(label="Final Images"), # Display the processed images
|
116 |
gr.File(label="Download Final Images (ZIP)") # Provide a ZIP file for download
|
117 |
],
|
118 |
+
title="bulk image upscaler",
|
119 |
description="Upload multiple images (.jpg, .png), enhance using AI, adjust DPI, resize, and download the final results as a ZIP file."
|
120 |
)
|
121 |
|