Spaces:
Running
Running
root
commited on
Commit
·
1b794fb
1
Parent(s):
b1bf2a5
Adjust the layout
Browse files
app.py
CHANGED
|
@@ -283,6 +283,7 @@ if __name__ == "__main__":
|
|
| 283 |
)
|
| 284 |
with gr.Row():
|
| 285 |
move_prompt_zh = gr.Markdown("请移至图生图部分进行编辑(拉到顶部)", visible=False)
|
|
|
|
| 286 |
move_prompt_en = gr.Markdown("Please move to the img2img section for editing(Pull to the top)", visible=False)
|
| 287 |
sr_gallery = gr.Gallery(
|
| 288 |
label="SR images", show_label=True, elem_id="sr_gallery"
|
|
@@ -346,6 +347,7 @@ if __name__ == "__main__":
|
|
| 346 |
)
|
| 347 |
with gr.Row():
|
| 348 |
gr.Markdown('请选择一张图像掩盖掉一部分区域,并输入文本描述')
|
|
|
|
| 349 |
gr.Markdown('Please select an image to cover up a part of the area and enter a text description.')
|
| 350 |
with gr.Tabs(visible=False):
|
| 351 |
with gr.TabItem("编辑设置"):
|
|
|
|
| 283 |
)
|
| 284 |
with gr.Row():
|
| 285 |
move_prompt_zh = gr.Markdown("请移至图生图部分进行编辑(拉到顶部)", visible=False)
|
| 286 |
+
with gr.Row():
|
| 287 |
move_prompt_en = gr.Markdown("Please move to the img2img section for editing(Pull to the top)", visible=False)
|
| 288 |
sr_gallery = gr.Gallery(
|
| 289 |
label="SR images", show_label=True, elem_id="sr_gallery"
|
|
|
|
| 347 |
)
|
| 348 |
with gr.Row():
|
| 349 |
gr.Markdown('请选择一张图像掩盖掉一部分区域,并输入文本描述')
|
| 350 |
+
with gr.Row():
|
| 351 |
gr.Markdown('Please select an image to cover up a part of the area and enter a text description.')
|
| 352 |
with gr.Tabs(visible=False):
|
| 353 |
with gr.TabItem("编辑设置"):
|