Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ css = """
|
|
71 |
|
72 |
with gr.Blocks(css=css) as demo:
|
73 |
with gr.Column(elem_id="col-container"):
|
74 |
-
gr.
|
75 |
gr.HTML('<h1 style="text-align: center;margin-top: -32px;margin-left: 80px;color: #5b47d1;font-style: italic;">Edit</h1>')
|
76 |
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit) to run locally with ComfyUI or diffusers.")
|
77 |
with gr.Row():
|
|
|
71 |
|
72 |
with gr.Blocks(css=css) as demo:
|
73 |
with gr.Column(elem_id="col-container"):
|
74 |
+
gr.HTML('<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image Logo" width="400" style="display: block; margin: 0 auto;">')
|
75 |
gr.HTML('<h1 style="text-align: center;margin-top: -32px;margin-left: 80px;color: #5b47d1;font-style: italic;">Edit</h1>')
|
76 |
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit) to run locally with ComfyUI or diffusers.")
|
77 |
with gr.Row():
|