Spaces:
Running
Running
Commit
·
ce1d19e
1
Parent(s):
2752acf
debug
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
# import spaces
|
3 |
-
import sys
|
4 |
import os
|
5 |
import torch
|
6 |
import numpy as np
|
@@ -138,7 +137,7 @@ header = ('''
|
|
138 |
''')
|
139 |
|
140 |
|
141 |
-
with gr.Blocks(title="HaWoR: World-Space Hand Motion Reconstruction from Egocentric Videos"
|
142 |
|
143 |
gr.Markdown(header)
|
144 |
|
|
|
1 |
import gradio as gr
|
2 |
# import spaces
|
|
|
3 |
import os
|
4 |
import torch
|
5 |
import numpy as np
|
|
|
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 |
|