Spaces:
Build error
Build error
Commit
·
8150adc
1
Parent(s):
71c1877
Update app.py
Browse files
app.py
CHANGED
@@ -204,9 +204,9 @@ 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; font-size: 30px;">HaMeR</div>""")
|
208 |
-
gr.HTML("""<div style="text-align:left; font-size: 20px;">
|
209 |
-
|
210 |
You can also download the .obj files for each hand reconstruction.</div>""")
|
211 |
|
212 |
with gr.Row():
|
|
|
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 Demo</div>""")
|
208 |
+
gr.HTML("""<div style="text-align:left; font-size: 20px;">You can drop an image at the top-left panel (or select one of the examples)
|
209 |
+
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():
|