tastelikefeet commited on
Commit
f17cc89
1 Parent(s): 76156b5
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -132,12 +132,10 @@ with block:
132
  with gr.TabItem("创作图像(Image Create)"):
133
  with gr.Accordion(label="🧭 操作指南(Instructions):", open=True, elem_id="accordion"):
134
  with gr.Row(equal_height=True):
135
- with gr.Row(elem_id="ShowCase"):
136
- gr.Image(value="showcase/ra.gif")
137
  gr.Markdown("""
138
  - ⭐️ <b>step1:</b>在“输入图像”中上传or选择Example里面的一张图片(Upload or select one image from Example)
139
- - ⭐️ <b>step2:</b>通过点击鼠标选择图像中希望保留的物体(Click to select the object)
140
- - ⭐️ <b>step3:</b>输入对应的参数,例如prompt等,点击Run进行生成(Input prompt or reference image)
141
  - ⭐️ <b>step4 (可选):</b>此外支持换背景操作,上传目标风格背景,执行完step3后点击Run进行生成(Click Run button)
142
  """)
143
  with gr.Row():
 
132
  with gr.TabItem("创作图像(Image Create)"):
133
  with gr.Accordion(label="🧭 操作指南(Instructions):", open=True, elem_id="accordion"):
134
  with gr.Row(equal_height=True):
 
 
135
  gr.Markdown("""
136
  - ⭐️ <b>step1:</b>在“输入图像”中上传or选择Example里面的一张图片(Upload or select one image from Example)
137
+ - ⭐️ <b>step2:</b>通过点击鼠标选择图像中希望保留的物体(Click on Input-image to select the object to be retained)
138
+ - ⭐️ <b>step3:</b>输入对应的参数,例如prompt等,点击Run进行生成(Input prompt or reference image for generating new contents)
139
  - ⭐️ <b>step4 (可选):</b>此外支持换背景操作,上传目标风格背景,执行完step3后点击Run进行生成(Click Run button)
140
  """)
141
  with gr.Row():