Commit ·
71c1877
1
Parent(s): 6cacefa
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,7 +204,10 @@ def infer(in_pil_img, in_threshold=0.8, out_pil_img=None):
|
|
| 204 |
|
| 205 |
with gr.Blocks(title="HaMeR", css=".gradio-container") as demo:
|
| 206 |
|
| 207 |
-
gr.HTML("""<div style="font-weight:bold; text-align:center;
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
with gr.Row():
|
| 210 |
with gr.Column():
|
|
|
|
| 204 |
|
| 205 |
with gr.Blocks(title="HaMeR", css=".gradio-container") as demo:
|
| 206 |
|
| 207 |
+
gr.HTML("""<div style="font-weight:bold; text-align:center; font-size: 30px;">HaMeR</div>""")
|
| 208 |
+
gr.HTML("""<div style="text-align:left; font-size: 20px;">Demo for HaMeR (Hand Mesh Recovery). You can drop an image
|
| 209 |
+
at the top-left panel (or select one of the examples) and you will get the 3D reconstructions of the detected hands on the right.
|
| 210 |
+
You can also download the .obj files for each hand reconstruction.</div>""")
|
| 211 |
|
| 212 |
with gr.Row():
|
| 213 |
with gr.Column():
|