ymzhang319 commited on
Commit
5c78aa5
1 Parent(s): 08f06b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(css=css) as demo:
237
  with gr.Row():
238
  gr.Markdown(
239
  "<div align='center'><font size='5'><a href='https://foleycrafter.github.io/'>Project Page</a> &ensp;" # noqa
240
- "<a href='https://arxiv.org/abs/xxxx.xxxxx/'>Paper</a> &ensp;"
241
  "<a href='https://github.com/open-mmlab/foleycrafter'>Code</a> &ensp;"
242
  "<a href='https://huggingface.co/spaces/ymzhang319/FoleyCrafter'>Demo</a> </font></div>"
243
  )
 
237
  with gr.Row():
238
  gr.Markdown(
239
  "<div align='center'><font size='5'><a href='https://foleycrafter.github.io/'>Project Page</a> &ensp;" # noqa
240
+ "<a href='https://arxiv.org/abs/2407.01494/'>Paper</a> &ensp;"
241
  "<a href='https://github.com/open-mmlab/foleycrafter'>Code</a> &ensp;"
242
  "<a href='https://huggingface.co/spaces/ymzhang319/FoleyCrafter'>Demo</a> </font></div>"
243
  )