Elea Zhong commited on
Commit
ad7e237
·
1 Parent(s): db0f5c9

update app and readme

Browse files
Files changed (2) hide show
  1. README.md +3 -6
  2. app.py +1 -2
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- title: Qwen Image Edit Camera Control
3
- emoji: 🎬
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: gradio
@@ -8,7 +7,5 @@ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: Fast 4 step inference with Qwen Image Edit 2509
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: 2 Step Qwen Image Edit
 
3
  colorFrom: indigo
4
  colorTo: pink
5
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  license: apache-2.0
10
+ short_description: Ultra Fast 2 step inference with 8-bit Qwen Image Edit 2509
11
+ ---
 
 
app.py CHANGED
@@ -176,8 +176,7 @@ with gr.Blocks(theme=gr.themes.Citrus()) as demo:
176
  result = gr.Gallery(
177
  label="Output Image",
178
  interactive=False,
179
- # type="filepath",
180
- columns=4,
181
  height=800,
182
  object_fit="scale-down",
183
  )
 
176
  result = gr.Gallery(
177
  label="Output Image",
178
  interactive=False,
179
+ columns=2,
 
180
  height=800,
181
  object_fit="scale-down",
182
  )