Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ description = "Welcome to Tag2Text demo! (Supported by Fudan University, OPPO Re
|
|
61 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2303.05657' target='_blank'>Tag2Text: Guiding Language-Image Model via Image Tagging</a> | <a href='https://github.com/xinyu1205/Tag2Text' target='_blank'>Github Repo</a></p>"
|
62 |
|
63 |
demo = gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['images/COCO_val2014_000000483108.jpg',"none"],
|
64 |
-
['images/COCO_val2014_000000483108.jpg',"
|
65 |
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
66 |
])
|
67 |
|
|
|
61 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2303.05657' target='_blank'>Tag2Text: Guiding Language-Image Model via Image Tagging</a> | <a href='https://github.com/xinyu1205/Tag2Text' target='_blank'>Github Repo</a></p>"
|
62 |
|
63 |
demo = gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['images/COCO_val2014_000000483108.jpg',"none"],
|
64 |
+
['images/COCO_val2014_000000483108.jpg',"power line"],
|
65 |
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
66 |
])
|
67 |
|