ThunderVVV commited on
Commit
ce1d19e
·
1 Parent(s): 2752acf
Files changed (1) hide show
  1. app.py +1 -2
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", css=".gradio-container") as demo:
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