Update app.py
Browse files
app.py
CHANGED
@@ -498,7 +498,7 @@ examples = [
|
|
498 |
|
499 |
title = "UnIVAL"
|
500 |
description = "Gradio Demo for UnIVAL: "
|
501 |
-
article = "<p style='text-align: center'><a href='
|
502 |
|
503 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
504 |
title=title, description=description, article=article, examples=examples, cache_examples=False)
|
|
|
498 |
|
499 |
title = "UnIVAL"
|
500 |
description = "Gradio Demo for UnIVAL: "
|
501 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2307.16184' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/UnIVAL' target='_blank'>Github Repo</a></p>"
|
502 |
|
503 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
504 |
title=title, description=description, article=article, examples=examples, cache_examples=False)
|