Spaces:
Runtime error
Runtime error
kushagra124
commited on
Commit
•
3f342c6
1
Parent(s):
958e3ad
adding images and examples
Browse files
app.py
CHANGED
@@ -81,9 +81,9 @@ iface = gr.Interface(fn=shot,
|
|
81 |
description ="Add an Image and list of category to be detected separated by commas",
|
82 |
title = "Zero-shot Image Classification with Prompt ",
|
83 |
examples=[
|
84 |
-
["images/room_1.jpg","bed, table, plant, light, window",'plant'],
|
85 |
-
["images/image2.png","banner, building,door, sign","sign"],
|
86 |
-
["images/room_2.jpg","chair,table,plant,decorative plates
|
87 |
],
|
88 |
# allow_flagging=False,
|
89 |
# analytics_enabled=False,
|
|
|
81 |
description ="Add an Image and list of category to be detected separated by commas",
|
82 |
title = "Zero-shot Image Classification with Prompt ",
|
83 |
examples=[
|
84 |
+
["images/room_1.jpg", "bed, table, plant, light, window",'plant'],
|
85 |
+
["images/image2.png", "banner, building,door, sign","sign"],
|
86 |
+
["images/room_2.jpg", "chair,table,plant,decorative plates,white cabinet,carpet","carpet"]
|
87 |
],
|
88 |
# allow_flagging=False,
|
89 |
# analytics_enabled=False,
|