Ahsen Khaliq
commited on
Commit
·
1662beb
1
Parent(s):
c6ef600
Update app.py
Browse files
app.py
CHANGED
@@ -77,4 +77,4 @@ description = "Gradio demo for Revisiting Weakly Supervised Pre-Training of Visu
|
|
77 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.08371' target='_blank'>Revisiting Weakly Supervised Pre-Training of Visual Perception Models</a> | <a href='https://github.com/facebookresearch/SWAG' target='_blank'>Github Repo</a></p>"
|
78 |
|
79 |
|
80 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,
|
|
|
77 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.08371' target='_blank'>Revisiting Weakly Supervised Pre-Training of Visual Perception Models</a> | <a href='https://github.com/facebookresearch/SWAG' target='_blank'>Github Repo</a></p>"
|
78 |
|
79 |
|
80 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['dog.jpg']]).launch(enable_queue=True,cache_examples=True)
|