AvaJones commited on
Commit
82b445a
·
verified ·
1 Parent(s): 5d333f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -6,16 +6,16 @@ from utils import *
6
  face_detector = MTCNN()
7
 
8
  # Description
9
- title = r"""
10
- <h1 align="center">IDM-VTON + Outfit Anyone in the Wild </h1>
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.<br>
18
- """
19
 
20
  css = """
21
  .gradio-container {width: 85% !important}
 
6
  face_detector = MTCNN()
7
 
8
  # Description
9
+ # title = r"""
10
+ # <h1 align="center">IDM-VTON + Outfit Anyone in the Wild </h1>
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.<br>
18
+ # """
19
 
20
  css = """
21
  .gradio-container {width: 85% !important}