Spaces:
Running
on
Zero
Running
on
Zero
unknown
commited on
Commit
•
70abd06
1
Parent(s):
f9f35cd
add author
Browse files
app.py
CHANGED
@@ -224,6 +224,23 @@ with gr.Blocks(css=css) as demo:
|
|
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 |
|
228 |
with gr.Column(variant="panel"):
|
229 |
with gr.Row(equal_height=False):
|
|
|
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>,  \
|
232 |
+
<a href="https://github.com/LeoXing1996/">Zhening Xing</a><sup>1</sup>,  \
|
233 |
+
<a href="https://github.com/HeCheng0625">Yuancheng Wang</a><sup>2</sup>,  \
|
234 |
+
<a href="https://drwuz.com/">Zhizheng Wu</a><sup>2</sup>,  \
|
235 |
+
<a href="https://chenkai.site/">Kai Chen</a><sup>1 †</sup>\
|
236 |
+
<br>\
|
237 |
+
<span>\
|
238 |
+
<sup>1</sup>Shanghai AI Laboratory \
|
239 |
+
<sup>2</sup>Chinese University of Hong Kong, Shenzhen \
|
240 |
+
†Corresponding author\
|
241 |
+
</span>\
|
242 |
+
</p>'
|
243 |
+
)
|
244 |
|
245 |
with gr.Column(variant="panel"):
|
246 |
with gr.Row(equal_height=False):
|