Spaces:
Running
on
Zero
Running
on
Zero
Update Mark down in gradio
Browse files
app.py
CHANGED
|
@@ -261,7 +261,7 @@ for ex_human in human_list_path:
|
|
| 261 |
image_blocks = gr.Blocks().queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
gr.Markdown("## IDM-VTON BASE")
|
| 264 |
-
gr.Markdown("GENAI-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)
|
|
|
|
| 261 |
image_blocks = gr.Blocks().queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
gr.Markdown("## IDM-VTON BASE")
|
| 264 |
+
gr.Markdown("DXCO:GENAI-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)
|