Ahsen Khaliq
commited on
Commit
·
f4eea19
1
Parent(s):
3bf50cc
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ title = "Omnivore"
|
|
72 |
|
73 |
description = "Gradio demo for Revisiting Weakly Supervised Pre-Training of Visual Perception Models. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
74 |
|
75 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.
|
76 |
|
77 |
|
78 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['library.jpg']]).launch(enable_queue=True,cache_examples=True)
|
|
|
72 |
|
73 |
description = "Gradio demo for Revisiting Weakly Supervised Pre-Training of Visual Perception Models. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
74 |
|
75 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.08377' target='_blank'>Omnivore: A Single Model for Many Visual Modalities</a> | <a href='https://github.com/facebookresearch/omnivore' target='_blank'>Github Repo</a></p>"
|
76 |
|
77 |
|
78 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['library.jpg']]).launch(enable_queue=True,cache_examples=True)
|