multimodalart HF Staff commited on
Commit
bc75f8a
·
verified ·
1 Parent(s): cf8719a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,12 +67,13 @@ css = """
67
  margin: 0 auto;
68
  max-width: 1024px;
69
  }
 
70
  """
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():
78
  with gr.Column():
 
67
  margin: 0 auto;
68
  max-width: 1024px;
69
  }
70
+ #edit_text{margin-top: -32px}
71
  """
72
 
73
  with gr.Blocks(css=css) as demo:
74
  with gr.Column(elem_id="col-container"):
75
  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;">')
76
+ gr.HTML('<h1 style="text-align: center;margin-left: 80px;color: #5b47d1;font-style: italic;">Edit</h1>', elem_id="edit_text")
77
  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.")
78
  with gr.Row():
79
  with gr.Column():