Spaces:
Sleeping
Sleeping
Update gradio title
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: IDM VTON BASE
|
| 3 |
emoji: πππ
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.24.0
|
| 8 |
app_file: app.py
|
|
|
|
| 2 |
title: IDM VTON BASE
|
| 3 |
emoji: πππ
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.24.0
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -260,8 +260,8 @@ 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)
|
|
|
|
| 260 |
|
| 261 |
image_blocks = gr.Blocks().queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
+
gr.Markdown("## DXCO : GENAI-VTON")
|
| 264 |
+
gr.Markdown("μμ±λ¨, μ€μ§μ, κΉμ€κΈ° based on IDM-VTON")
|
| 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)
|