Spaces:
Runtime error
Runtime error
fix
Browse files
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.
|
| 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")
|