Spaces:
Running
on
Zero
Running
on
Zero
unknown
commited on
Commit
•
5aa89e5
1
Parent(s):
70abd06
add authors
Browse files
app.py
CHANGED
@@ -217,15 +217,8 @@ with gr.Blocks(css=css) as demo:
|
|
217 |
gr.HTML(
|
218 |
'<h1 style="height: 136px; display: flex; align-items: center; justify-content: space-around;"><span style="height: 100%; width:136px;"><img src="file/foleycrafter.png" alt="logo" style="height: 100%; width:auto; object-fit: contain; margin: 0px 0px; padding: 0px 0px;"></span><strong style="font-size: 40px;">FoleyCrafter: Bring Silent Videos to Life with Lifelike and Synchronized Sounds</strong></h1>'
|
219 |
)
|
220 |
-
|
221 |
-
|
222 |
-
"<div align='center'><font size='5'><a href='https://foleycrafter.github.io/'>Project Page</a>  " # noqa
|
223 |
-
"<a href='https://arxiv.org/abs/xxxx.xxxxx/'>Paper</a>  "
|
224 |
-
"<a href='https://github.com/open-mmlab/foleycrafter'>Code</a>  "
|
225 |
-
"<a href='https://huggingface.co/spaces/ymzhang319/FoleyCrafter'>Demo</a> </font></div>"
|
226 |
-
)
|
227 |
-
gr.HTML(
|
228 |
-
'<p id="authors" style="text-align:center; font-size:24px;"> \
|
229 |
<a href="https://github.com/ymzhang0319">Yiming Zhang</a><sup>1</sup>,  \
|
230 |
<a href="https://github.com/VocodexElysium">Yicheng Gu</a><sup>2</sup>,  \
|
231 |
<a href="https://zengyh1900.github.io/">Yanhong Zeng</a><sup>1 †</sup>,  \
|
@@ -239,8 +232,15 @@ with gr.Blocks(css=css) as demo:
|
|
239 |
<sup>2</sup>Chinese University of Hong Kong, Shenzhen \
|
240 |
†Corresponding author\
|
241 |
</span>\
|
242 |
-
|
243 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
|
245 |
with gr.Column(variant="panel"):
|
246 |
with gr.Row(equal_height=False):
|
|
|
217 |
gr.HTML(
|
218 |
'<h1 style="height: 136px; display: flex; align-items: center; justify-content: space-around;"><span style="height: 100%; width:136px;"><img src="file/foleycrafter.png" alt="logo" style="height: 100%; width:auto; object-fit: contain; margin: 0px 0px; padding: 0px 0px;"></span><strong style="font-size: 40px;">FoleyCrafter: Bring Silent Videos to Life with Lifelike and Synchronized Sounds</strong></h1>'
|
219 |
)
|
220 |
+
gr.HTML(
|
221 |
+
'<p id="authors" style="text-align:center; font-size:24px;"> \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
<a href="https://github.com/ymzhang0319">Yiming Zhang</a><sup>1</sup>,  \
|
223 |
<a href="https://github.com/VocodexElysium">Yicheng Gu</a><sup>2</sup>,  \
|
224 |
<a href="https://zengyh1900.github.io/">Yanhong Zeng</a><sup>1 †</sup>,  \
|
|
|
232 |
<sup>2</sup>Chinese University of Hong Kong, Shenzhen \
|
233 |
†Corresponding author\
|
234 |
</span>\
|
235 |
+
</p>'
|
236 |
+
)
|
237 |
+
with gr.Row():
|
238 |
+
gr.Markdown(
|
239 |
+
"<div align='center'><font size='5'><a href='https://foleycrafter.github.io/'>Project Page</a>  " # noqa
|
240 |
+
"<a href='https://arxiv.org/abs/xxxx.xxxxx/'>Paper</a>  "
|
241 |
+
"<a href='https://github.com/open-mmlab/foleycrafter'>Code</a>  "
|
242 |
+
"<a href='https://huggingface.co/spaces/ymzhang319/FoleyCrafter'>Demo</a> </font></div>"
|
243 |
+
)
|
244 |
|
245 |
with gr.Column(variant="panel"):
|
246 |
with gr.Row(equal_height=False):
|