Spaces:
Runtime error
Runtime error
HubHop
commited on
Commit
•
e1f98a4
1
Parent(s):
c19f7d3
update
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ def main():
|
|
245 |
gr.HTML("""
|
246 |
<h1 align="center" style=" display: flex; flex-direction: row; justify-content: center; font-size: 25pt; ">Stitched ViTs are Flexible Vision Backbones</h1>
|
247 |
<div align="center"> <img align="center" src='file/gradio_banner.png' width="70%"> </div>
|
248 |
-
<h3 align="center" >This is the
|
249 |
""")
|
250 |
tabbed_page = gr.TabbedInterface([image_demo,], ['Image'])
|
251 |
|
|
|
245 |
gr.HTML("""
|
246 |
<h1 align="center" style=" display: flex; flex-direction: row; justify-content: center; font-size: 25pt; ">Stitched ViTs are Flexible Vision Backbones</h1>
|
247 |
<div align="center"> <img align="center" src='file/gradio_banner.png' width="70%"> </div>
|
248 |
+
<h3 align="center" >This is the semantic segmentation 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>
|
249 |
""")
|
250 |
tabbed_page = gr.TabbedInterface([image_demo,], ['Image'])
|
251 |
|