Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>  " # noqa
|
| 240 |
-
"<a href='https://arxiv.org/abs/
|
| 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 |
)
|
|
|
|
| 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/2407.01494/'>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 |
)
|