Spaces:
Running
on
Zero
Running
on
Zero
dryade36513
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -260,13 +260,13 @@ for ex_human in human_list_path:
|
|
260 |
|
261 |
image_blocks = gr.Blocks().queue()
|
262 |
with image_blocks as demo:
|
263 |
-
gr.Markdown("##
|
264 |
-
gr.Markdown("
|
265 |
with gr.Row():
|
266 |
with gr.Column():
|
267 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
268 |
with gr.Row():
|
269 |
-
is_checked = gr.Checkbox(label="Yes", info="
|
270 |
with gr.Row():
|
271 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
272 |
|
|
|
260 |
|
261 |
image_blocks = gr.Blocks().queue()
|
262 |
with image_blocks as demo:
|
263 |
+
gr.Markdown("## 數位AI棚拍工作室 👕👔👚")
|
264 |
+
gr.Markdown("使用您的影像和服裝影像進行虛擬試穿")
|
265 |
with gr.Row():
|
266 |
with gr.Column():
|
267 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
268 |
with gr.Row():
|
269 |
+
is_checked = gr.Checkbox(label="Yes", info="自動生成遮罩 (僅需五秒)",value=True)
|
270 |
with gr.Row():
|
271 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
272 |
|