ThunderVVV commited on
Commit
e3b8f47
Β·
1 Parent(s): ce1d19e
Files changed (2) hide show
  1. README.md +9 -8
  2. app.py +1 -1
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: HaWoR
3
- emoji: πŸ‘
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.9.1
 
8
  app_file: app.py
9
- pinned: false
 
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