YaohuiW commited on
Commit
448d195
1 Parent(s): 6eb6fe1

Update base/app.py

Browse files
Files changed (1) hide show
  1. base/app.py +5 -0
base/app.py CHANGED
@@ -105,6 +105,11 @@ title = """
105
 
106
  with gr.Blocks(css='style.css') as demo:
107
  gr.Markdown("<font color=red size=10><center>LaVie: Text-to-Video generation</center></font>")
 
 
 
 
 
108
  with gr.Column():
109
  with gr.Row(elem_id="col-container"):
110
  # inputs = [prompt, seed_inp, ddim_steps]
 
105
 
106
  with gr.Blocks(css='style.css') as demo:
107
  gr.Markdown("<font color=red size=10><center>LaVie: Text-to-Video generation</center></font>")
108
+ gr.Markdown(
109
+ """<div style="text-align:center">
110
+ [<a href="https://arxiv.org/abs/2309.15103">Arxiv Report</a>] | [<a href="https://vchitect.github.io/LaVie-project/">Project Page</a>] | [<a href="https://github.com/Vchitect/LaVie">Github</a>]</div>
111
+ """
112
+ )
113
  with gr.Column():
114
  with gr.Row(elem_id="col-container"):
115
  # inputs = [prompt, seed_inp, ddim_steps]