Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -203,8 +203,6 @@ css = """
|
|
203 |
|
204 |
with gr.Blocks(css=css) as demo:
|
205 |
with gr.Column(elem_id="col-container"):
|
206 |
-
gr.HTML('<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_edit_logo.png" alt="Qwen-Image Logo" width="400" style="display: block; margin: 0 auto;">')
|
207 |
-
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.")
|
208 |
with gr.Row():
|
209 |
with gr.Column():
|
210 |
input_image = gr.Image(label="Input Image", show_label=False, type="pil")
|
|
|
203 |
|
204 |
with gr.Blocks(css=css) as demo:
|
205 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
206 |
with gr.Row():
|
207 |
with gr.Column():
|
208 |
input_image = gr.Image(label="Input Image", show_label=False, type="pil")
|