kaiiddo commited on
Commit
33849c2
·
verified ·
1 Parent(s): 8f4667e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -86,12 +86,12 @@ with gr.Blocks(title="Qwen Image Editor", theme=theme) as demo:
86
  outputs=image_output
87
  )
88
 
89
- # Using the example images from your request
90
  gr.Examples(
91
  examples=[
92
- ["https://qwen-qwen-image-edit.hf.space/gradio_api/file=/tmp/gradio/c047327cd0627e856e5462452cb004526063c033683652d4f24626671e49fba4/neon_sign.png", "Add neon glow effect to the sign"],
93
- ["https://qwen-qwen-image-edit.hf.space/gradio_api/file=/tmp/gradio/faee7db03e2f2843ff7544b0434b2f0b1bcf84e79a47e3e7c1277484176543e8/cat_sitting.jpg", "Make the cat wear a hat"],
94
- ["https://qwen-qwen-image-edit.hf.space/gradio_api/file=/tmp/gradio/2a197adbb8c9432415e9788bd4c2365c6f42c863393fc81a265e06d47384ad34/pie.png", "Change the pie to chocolate flavor"],
95
  ],
96
  inputs=[image_input, prompt_input],
97
  outputs=image_output,
 
86
  outputs=image_output
87
  )
88
 
89
+ # Using publicly accessible example images from the documentation
90
  gr.Examples(
91
  examples=[
92
+ ["https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/edit_en/%E5%B9%BB%E7%81%AF%E7%89%873.JPG", "Make the capybara wear sunglasses"],
93
+ ["https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/edit_en/%E5%B9%BB%E7%81%AF%E7%89%8712.JPG", "Rotate the object 90 degrees clockwise"],
94
+ ["https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/edit_en/%E5%B9%BB%E7%81%AF%E7%89%8715.JPG", "Change the text to 'Hello World' in blue"],
95
  ],
96
  inputs=[image_input, prompt_input],
97
  outputs=image_output,