Spaces:
Runtime error
Runtime error
upload
Browse files
app.py
CHANGED
@@ -373,7 +373,17 @@ with block:
|
|
373 |
text_container = gr.State()
|
374 |
sequence_container = gr.State()
|
375 |
|
376 |
-
gr.Markdown('<div align=center> <img src="file/visorgpt_title_all.jpg" width = "100%" height = "100%" /> </div>')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
|
378 |
with gr.Row():
|
379 |
with gr.Column():
|
|
|
373 |
text_container = gr.State()
|
374 |
sequence_container = gr.State()
|
375 |
|
376 |
+
#gr.Markdown('<div align=center> <img src="file/visorgpt_title_all.jpg" width = "100%" height = "100%" /> </div>')
|
377 |
+
description = """<p style="text-align: center; font-weight: bold;">
|
378 |
+
<span style="font-size: 28px">VisorGPT: Learning Visual Prior via Generative Pre-Training</span>
|
379 |
+
<br>
|
380 |
+
<span style="font-size: 18px" id="paper-info">
|
381 |
+
[<a href="https://sierkinhane.github.io/visor-gpt/" target="_blank">Project Page</a>]
|
382 |
+
[<a href="https://arxiv.org/abs/2305.13777" target="_blank">Paper</a>]
|
383 |
+
[<a href="https://github.com/Sierkinhane/VisorGPT" target="_blank">GitHub</a>]
|
384 |
+
</span>
|
385 |
+
</p>"""
|
386 |
+
gr.HTML(description)
|
387 |
|
388 |
with gr.Row():
|
389 |
with gr.Column():
|