Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- title: File Rename By Chbysk
3
- emoji: 👁
4
- colorFrom: blue
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.9.0
8
  app_file: app.py
9
  pinned: false
10
- license: unlicense
11
- short_description: The tool loads your images and renames them to image(2).png
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: Image Batch Processor
3
+ emoji: 🖼️
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
+ # Image Batch Renamer & Downloader
13
+ A simple tool to upload images, rename them sequentially (like image1.png, image2.png), and download the result as a ZIP.
14
+ WARNING! The code was copied from Gemini results. May contain plagiarism and unwanted issues (example unwanted code execution on user hardware).
15
+ Copy code on your own account, just if you trust the code.
16
+ [Link to GitHub](https://github.com/)