Update app.py
Browse files
app.py
CHANGED
|
@@ -7,14 +7,17 @@ face_detector = MTCNN()
|
|
| 7 |
|
| 8 |
# Description
|
| 9 |
# title = r"""
|
| 10 |
-
#
|
|
|
|
|
|
|
| 11 |
# """
|
| 12 |
|
| 13 |
# description = r"""
|
| 14 |
# This demo combines <b>IDM-VTON </b> and <b>Outfit Anyone in the Wild </b>
|
| 15 |
# 1. Human pose detection and reconstruction using large human model from Outfit Anyone in the Wild.
|
| 16 |
# 2. Use IDM-VTON for training-free try-on.
|
| 17 |
-
# 3. Applying the refine network from Outfit Anyone in the Wild.
|
|
|
|
| 18 |
# """
|
| 19 |
|
| 20 |
css = """
|
|
@@ -84,8 +87,8 @@ def onClick(cloth_image, pose_image, category,
|
|
| 84 |
|
| 85 |
with gr.Blocks(css=css) as demo:
|
| 86 |
# description
|
| 87 |
-
gr.Markdown(title)
|
| 88 |
-
gr.Markdown(description)
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
|
|
|
| 7 |
|
| 8 |
# Description
|
| 9 |
# title = r"""
|
| 10 |
+
#
|
| 11 |
+
#align="center">IDM-VTON + Outfit Anyone in the Wild
|
| 12 |
+
|
| 13 |
# """
|
| 14 |
|
| 15 |
# description = r"""
|
| 16 |
# This demo combines <b>IDM-VTON </b> and <b>Outfit Anyone in the Wild </b>
|
| 17 |
# 1. Human pose detection and reconstruction using large human model from Outfit Anyone in the Wild.
|
| 18 |
# 2. Use IDM-VTON for training-free try-on.
|
| 19 |
+
# 3. Applying the refine network from Outfit Anyone in the Wild.
|
| 20 |
+
|
| 21 |
# """
|
| 22 |
|
| 23 |
css = """
|
|
|
|
| 87 |
|
| 88 |
with gr.Blocks(css=css) as demo:
|
| 89 |
# description
|
| 90 |
+
#gr.Markdown(title)
|
| 91 |
+
#gr.Markdown(description)
|
| 92 |
|
| 93 |
with gr.Row():
|
| 94 |
with gr.Column():
|