xinyuanc91 commited on
Commit
9e391f8
β€’
1 Parent(s): fa1a996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -88,11 +88,11 @@ title = """
88
 
89
  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
- """
93
- [Arxiv Report](https://arxiv.org/abs/2310.20700) | [Project Page](https://vchitect.github.io/SEINE-project/) | [Github](https://github.com/Vchitect/SEINE)
94
- """
95
- )
96
  with gr.Column(elem_id="col-container"):
97
  # gr.HTML(title)
98
 
 
88
 
89
  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
+ """
93
+ [Arxiv Report](https://arxiv.org/abs/2310.20700) | [Project Page](https://vchitect.github.io/SEINE-project/) | [Github](https://github.com/Vchitect/SEINE)
94
+ """
95
+ )
96
  with gr.Column(elem_id="col-container"):
97
  # gr.HTML(title)
98