Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
131 |
</style>
|
132 |
<body>
|
133 |
<div style="font-size: 1.4em; margin-bottom: 0.5em; ">
|
134 |
-
<a href="https://
|
135 |
</div>
|
136 |
<div style="font-size: 1.3em; font-style: italic;">
|
137 |
Creating short 2-3 second videos from text, completely open source from ZEN.
|
@@ -174,10 +174,10 @@ with gr.Blocks(css=custom_css) as demo:
|
|
174 |
<a href="https://arxiv.org/abs/2407.08737" class="btn btn-outline-primary">
|
175 |
<i class="fa-solid fa-file-pdf"></i> Paper
|
176 |
</a>
|
177 |
-
<a href="https://
|
178 |
<i class="fa-solid fa-video"></i> Website
|
179 |
-
<a href="https://
|
180 |
-
<i class="fa-brands fa-github"></i>
|
181 |
</a>
|
182 |
</div>
|
183 |
"""
|
|
|
131 |
</style>
|
132 |
<body>
|
133 |
<div style="font-size: 1.4em; margin-bottom: 0.5em; ">
|
134 |
+
<a href="https://zenai.biz">ZEN</a><sup>*</sup>
|
135 |
</div>
|
136 |
<div style="font-size: 1.3em; font-style: italic;">
|
137 |
Creating short 2-3 second videos from text, completely open source from ZEN.
|
|
|
174 |
<a href="https://arxiv.org/abs/2407.08737" class="btn btn-outline-primary">
|
175 |
<i class="fa-solid fa-file-pdf"></i> Paper
|
176 |
</a>
|
177 |
+
<a href="https://zenai.biz" class="btn btn-outline-danger">
|
178 |
<i class="fa-solid fa-video"></i> Website
|
179 |
+
<a href="https://us.zenai.biz" class="btn btn-outline-secondary">
|
180 |
+
<i class="fa-brands fa-github"></i> ZEN Arena
|
181 |
</a>
|
182 |
</div>
|
183 |
"""
|