Spaces:
Running
Running
Commit
Β·
e3b8f47
1
Parent(s):
ce1d19e
debug
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
|
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
|
|
10 |
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: WiLoR
|
3 |
+
emoji: π
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
python_version: 3.10
|
9 |
app_file: app.py
|
10 |
+
pinned: true
|
11 |
+
license: cc-by-nc-2.0
|
12 |
---
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
app.py
CHANGED
@@ -137,7 +137,7 @@ header = ('''
|
|
137 |
''')
|
138 |
|
139 |
|
140 |
-
with gr.Blocks(title="HaWoR: World-Space Hand Motion Reconstruction from Egocentric Videos") as demo:
|
141 |
|
142 |
gr.Markdown(header)
|
143 |
|
|
|
137 |
''')
|
138 |
|
139 |
|
140 |
+
with gr.Blocks(title="HaWoR: World-Space Hand Motion Reconstruction from Egocentric Videos", css=".gradio-container") as demo:
|
141 |
|
142 |
gr.Markdown(header)
|
143 |
|