Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|