naykun commited on
Commit
376e544
·
1 Parent(s): 20eb1ad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ examples = [
128
 
129
  with gr.Blocks() as demo:
130
  with gr.Column(elem_id="col-container"):
131
- gr.Image("assets/logo.png", width=600)
132
  with gr.Row():
133
  with gr.Column():
134
  input_image = gr.Image(label="Input Image", image_mode="RGBA")
 
128
 
129
  with gr.Blocks() as demo:
130
  with gr.Column(elem_id="col-container"):
131
+ gr.HTML('<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/layered/qwen-image-layered-logo.png" alt="Qwen-Image-Layered Logo" width="600" style="display: block; margin: 0 auto;">')
132
  with gr.Row():
133
  with gr.Column():
134
  input_image = gr.Image(label="Input Image", image_mode="RGBA")