Spaces:
Running
on
A10G
Running
on
A10G
Update base/app.py
Browse files- 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]
|