Spaces:
Runtime error
Runtime error
HubHop
commited on
Commit
·
2f9b80c
1
Parent(s):
62a820e
update
Browse files
app.py
CHANGED
@@ -342,7 +342,7 @@ def main(args):
|
|
342 |
gr.HTML("""
|
343 |
<h1 align="center" style=" display: flex; flex-direction: row; justify-content: center; font-size: 25pt; ">Stitched ViTs are Flexible Vision Backbones</h1>
|
344 |
<div align="center"> <img align="center" src='file/gradio_banner.png' width="70%"> </div>
|
345 |
-
<h3 align="center" >This is the classification demo page of SN-Netv2,
|
346 |
""")
|
347 |
with gr.Row():
|
348 |
with gr.Column():
|
|
|
342 |
gr.HTML("""
|
343 |
<h1 align="center" style=" display: flex; flex-direction: row; justify-content: center; font-size: 25pt; ">Stitched ViTs are Flexible Vision Backbones</h1>
|
344 |
<div align="center"> <img align="center" src='file/gradio_banner.png' width="70%"> </div>
|
345 |
+
<h3 align="center" >This is the classification demo page of SN-Netv2, a flexible vision backbone that allows for 100+ runtime speed and performance trade-offs. You can also run this gradio demo on your local GPUs at <a href="https://github.com/ziplab/SN-Netv2">https://github.com/ziplab/SN-Netv2</a>, Paper link: <a href="https://arxiv.org/abs/2307.00154">https://arxiv.org/abs/2307.00154</a>.</h3>
|
346 |
""")
|
347 |
with gr.Row():
|
348 |
with gr.Column():
|