seawolf2357 commited on
Commit
169d841
·
verified ·
1 Parent(s): 429307e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -157,17 +157,7 @@ css = """
157
 
158
  with gr.Blocks(css=css) as demo:
159
  with gr.Column(elem_id="col-container"):
160
- gr.HTML("""
161
- <div id="logo-title">
162
- <img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_edit_logo.png" alt="Qwen-Image Edit Logo" width="400" style="display: block; margin: 0 auto;">
163
- <h2 style="font-style: italic;color: #5b47d1;margin-top: -27px !important;margin-left: 96px">[Plus] Fast, 4-steps with LightX2V LoRA</h2>
164
- </div>
165
- """)
166
- gr.Markdown("""
167
- [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
168
- This demo uses the new [Qwen-Image-Edit-2511](https://huggingface.co/Qwen/Qwen-Image-Edit-2511) with the [Qwen-Image-Lightning-2511](https://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning) LoRA for accelerated inference.
169
- Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) to run locally with ComfyUI or diffusers.
170
- """)
171
  with gr.Row():
172
  with gr.Column():
173
  image_1 = gr.Image(label="image 1", type="pil", interactive=True)
 
157
 
158
  with gr.Blocks(css=css) as demo:
159
  with gr.Column(elem_id="col-container"):
160
+
 
 
 
 
 
 
 
 
 
 
161
  with gr.Row():
162
  with gr.Column():
163
  image_1 = gr.Image(label="image 1", type="pil", interactive=True)