Spaces:
Sleeping
Sleeping
Commit
·
8f09828
1
Parent(s):
afc237f
adding text box
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ inputt = gr.Image(type="numpy", label="Input Image for Classification")
|
|
96 |
iface = gr.Interface(fn=shot,
|
97 |
inputs = ["image","text"],
|
98 |
outputs="label",
|
99 |
-
examples=[["images/room.jpg","bed,table,plant"]],
|
100 |
-
allow_flagging=False,
|
101 |
-
analytics_enabled=False,
|
102 |
)
|
103 |
iface.launch()
|
|
|
96 |
iface = gr.Interface(fn=shot,
|
97 |
inputs = ["image","text"],
|
98 |
outputs="label",
|
99 |
+
# examples=[["images/room.jpg","bed,table,plant"]],
|
100 |
+
# allow_flagging=False,
|
101 |
+
# analytics_enabled=False,
|
102 |
)
|
103 |
iface.launch()
|