unknown commited on
Commit
70abd06
1 Parent(s): f9f35cd

add author

Browse files
Files changed (1) hide show
  1. app.py +17 -0
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> &ensp;"
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> &ensp;"
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>,&nbsp \
230
+ <a href="https://github.com/VocodexElysium">Yicheng Gu</a><sup>2</sup>,&nbsp \
231
+ <a href="https://zengyh1900.github.io/">Yanhong Zeng</a><sup>1 †</sup>,&nbsp \
232
+ <a href="https://github.com/LeoXing1996/">Zhening Xing</a><sup>1</sup>,&nbsp \
233
+ <a href="https://github.com/HeCheng0625">Yuancheng Wang</a><sup>2</sup>,&nbsp \
234
+ <a href="https://drwuz.com/">Zhizheng Wu</a><sup>2</sup>,&nbsp \
235
+ <a href="https://chenkai.site/">Kai Chen</a><sup>1 †</sup>\
236
+ <br>\
237
+ <span>\
238
+ <sup>1</sup>Shanghai AI Laboratory &nbsp;&nbsp;&nbsp;\
239
+ <sup>2</sup>Chinese University of Hong Kong, Shenzhen &nbsp;&nbsp;&nbsp;\
240
+ †Corresponding author\
241
+ </span>\
242
+ </p>'
243
+ )
244
 
245
  with gr.Column(variant="panel"):
246
  with gr.Row(equal_height=False):