Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,11 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app2:
|
|
92 |
height=750
|
93 |
)
|
94 |
text_box = gr.Dropdown(
|
95 |
-
["what is in the image",
|
|
|
|
|
|
|
|
|
96 |
)
|
97 |
|
98 |
btn = gr.Button("Submit")
|
|
|
92 |
height=750
|
93 |
)
|
94 |
text_box = gr.Dropdown(
|
95 |
+
["what is in the image",
|
96 |
+
"provide alternative title for the image",
|
97 |
+
"how many birds can be seen in the picture?"],
|
98 |
+
label="Select--",
|
99 |
+
info="Will add more animals later!"
|
100 |
)
|
101 |
|
102 |
btn = gr.Button("Submit")
|