mshukor
commited on
Commit
•
8f1127f
1
Parent(s):
fe96ccb
vqa model
Browse files- app.py +1 -1
- checkpoints/unival_vqa/checkpoint_best.pt +3 -0
app.py
CHANGED
@@ -487,7 +487,7 @@ examples = [
|
|
487 |
|
488 |
title = "UnIVAL"
|
489 |
description = "Gradio Demo for UnIVAL: "
|
490 |
-
article = "<p style='text-align: center'><a href='http://arxiv.org/abs/2202.
|
491 |
|
492 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
493 |
title=title, description=description, article=article, examples=examples, cache_examples=False)
|
|
|
487 |
|
488 |
title = "UnIVAL"
|
489 |
description = "Gradio Demo for UnIVAL: "
|
490 |
+
article = "<p style='text-align: center'><a href='http://arxiv.org/abs/2202.' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/UnIVAL' target='_blank'>Github Repo</a></p>"
|
491 |
|
492 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
493 |
title=title, description=description, article=article, examples=examples, cache_examples=False)
|
checkpoints/unival_vqa/checkpoint_best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36d73036a445105570339c4159b3e836b8f91a03c0af8c0ae905eccf3673f611
|
3 |
+
size 5945043814
|