Spaces:
Runtime error
Runtime error
kushagra124
commited on
Commit
•
7d41601
1
Parent(s):
797b9ba
adding text box
Browse files- app.py +1 -1
- images/images.jpeg +0 -0
- images/room.jpg +0 -0
app.py
CHANGED
@@ -105,7 +105,7 @@ inputt = gr.Image(type="numpy", label="Input Image for Classification")
|
|
105 |
iface = gr.Interface(fn=shot,
|
106 |
inputs = ["image","text"],
|
107 |
outputs="label",
|
108 |
-
examples=
|
109 |
allow_flagging=False,
|
110 |
analytics_enabled=False,
|
111 |
)
|
|
|
105 |
iface = gr.Interface(fn=shot,
|
106 |
inputs = ["image","text"],
|
107 |
outputs="label",
|
108 |
+
examples=["images/room.jpg","bed,table,plant"],
|
109 |
allow_flagging=False,
|
110 |
analytics_enabled=False,
|
111 |
)
|
images/images.jpeg
DELETED
Binary file (39.4 kB)
|
|
images/room.jpg
ADDED