Spaces:
Runtime error
Runtime error
Commit
·
1ee756b
1
Parent(s):
806cef4
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 90 |
gr.Markdown("<font color=red size=10><center>SEINE: Image-to-Video generation</center></font>")
|
| 91 |
gr.Markdown(
|
| 92 |
"""<div style="text-align:center">
|
| 93 |
-
[
|
| 94 |
"""
|
| 95 |
)
|
| 96 |
with gr.Column(elem_id="col-container"):
|
|
|
|
| 90 |
gr.Markdown("<font color=red size=10><center>SEINE: Image-to-Video generation</center></font>")
|
| 91 |
gr.Markdown(
|
| 92 |
"""<div style="text-align:center">
|
| 93 |
+
[<a href="https://arxiv.org/abs/2310.20700">Arxiv Report</a>] | [<a href="https://vchitect.github.io/SEINE-project/">Project Page</a>] | [<a href="https://github.com/Vchitect/SEINE">Github</a>]</div>
|
| 94 |
"""
|
| 95 |
)
|
| 96 |
with gr.Column(elem_id="col-container"):
|