Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.9.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
-
|
| 12 |
# Image Batch Renamer & Downloader
|
| 13 |
-
A simple tool to upload images,
|
| 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/)
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Brochure Generator
|
| 3 |
+
emoji: 📱
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.9.0
|
| 8 |
+
python_version: 3.11
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
|
|
| 12 |
# Image Batch Renamer & Downloader
|
| 13 |
+
A simple tool to upload images, create a brochure.markdown file 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/)
|