Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ examples = [
|
|
497 |
]
|
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,
|
|
|
497 |
]
|
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,
|