Spaces:
Running
Running
"updated gr markdown"
Browse files
app.py
CHANGED
@@ -102,12 +102,14 @@ example_images = [
|
|
102 |
for f in os.listdir("sample_images")
|
103 |
if f.endswith((".png", ".jpg", ".jpeg"))
|
104 |
]
|
|
|
105 |
|
106 |
with gr.Blocks() as demo:
|
107 |
-
gr.Markdown("# YOLO
|
108 |
gr.Markdown(
|
109 |
-
"Upload an image or select an example to see the YOLO segmentation results."
|
110 |
)
|
|
|
111 |
|
112 |
with gr.Row():
|
113 |
with gr.Column():
|
|
|
102 |
for f in os.listdir("sample_images")
|
103 |
if f.endswith((".png", ".jpg", ".jpeg"))
|
104 |
]
|
105 |
+
# body_labels = ["hair", "face", "arm", "hand", "leg", "foot", "outfit"]
|
106 |
|
107 |
with gr.Blocks() as demo:
|
108 |
+
gr.Markdown("# YOLO Human Parse")
|
109 |
gr.Markdown(
|
110 |
+
"Upload an image of a person or select an example to see the YOLO segmentation results."
|
111 |
)
|
112 |
+
gr.Markdown("Labels: hair, face, arm, hand, leg, foot, outfit")
|
113 |
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|