Ultronprime commited on
Commit
125390f
·
verified ·
1 Parent(s): fbb4ec3

Add README with Space config (ZeroGPU)

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -1,15 +1,19 @@
1
  ---
2
- sdk: gradio
3
  title: Qwen Image Edit Batch
4
- emoji: 📚
5
- colorFrom: pink
6
- colorTo: yellow
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
- pinned: false
11
- tags:
12
- - ml-intern
 
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
 
2
  title: Qwen Image Edit Batch
3
+ emoji: 🖼️
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
+ short_description: Batch image editing with Qwen + LoRAs
12
+ suggested_hardware: zero-a10g
13
  ---
14
 
15
+ # Qwen Image Edit - Batch Processing
16
+
17
+ Upload multiple images, apply the same edit prompt to all of them, view and download all results.
18
+
19
+ Based on [Onise/Qwen-Image-Edit-2509-LoRAs-Fast2](https://huggingface.co/spaces/Onise/Qwen-Image-Edit-2509-LoRAs-Fast2)