fffiloni commited on
Commit
4b9083b
·
verified ·
1 Parent(s): c5f474f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -180,6 +180,7 @@ def infer(video_in):
180
  css = """
181
  #col-container{
182
  max-width: 800px;
 
183
  }
184
  """
185
  with gr.Blocks(css=css) as demo:
@@ -193,9 +194,6 @@ with gr.Blocks(css=css) as demo:
193
  <a href='https://huggingface.co/papers/2407.07464'>
194
  <img src='https://img.shields.io/badge/HF-Paper-red'>
195
  </a>
196
- <a href='https://github.com/ariesssxu/vta-ldm'>
197
- <img src='https://img.shields.io/badge/GitHub-Code-Blue'>
198
- </a>
199
  </div>
200
  """)
201
  with gr.Column():
 
180
  css = """
181
  #col-container{
182
  max-width: 800px;
183
+ margin: 0 auto;
184
  }
185
  """
186
  with gr.Blocks(css=css) as demo:
 
194
  <a href='https://huggingface.co/papers/2407.07464'>
195
  <img src='https://img.shields.io/badge/HF-Paper-red'>
196
  </a>
 
 
 
197
  </div>
198
  """)
199
  with gr.Column():