Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
90 |
gr.Examples(
|
91 |
examples=[
|
92 |
-
["https://
|
93 |
-
["https://
|
94 |
-
["https://
|
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,
|