Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ if uploaded_file is not None:
|
|
| 213 |
cropping(img,round(image_count/len(transformation)))
|
| 214 |
#transformation.append("Crop")
|
| 215 |
|
| 216 |
-
|
| 217 |
|
| 218 |
#st.download_button("Download File",img_rgb)
|
| 219 |
|
|
|
|
| 213 |
cropping(img,round(image_count/len(transformation)))
|
| 214 |
#transformation.append("Crop")
|
| 215 |
|
| 216 |
+
zip_file()
|
| 217 |
|
| 218 |
#st.download_button("Download File",img_rgb)
|
| 219 |
|