Spaces:
Running
Running
Update image2text.py
Browse files- image2text.py +1 -1
image2text.py
CHANGED
@@ -37,7 +37,7 @@ def app():
|
|
37 |
captions_count = st.selectbox(
|
38 |
"NUMBER OF LABELS", options=range(1, MAX_CAP + 1), index=1
|
39 |
)
|
40 |
-
compute = st.button("
|
41 |
|
42 |
with col1:
|
43 |
captions = list()
|
|
|
37 |
captions_count = st.selectbox(
|
38 |
"NUMBER OF LABELS", options=range(1, MAX_CAP + 1), index=1
|
39 |
)
|
40 |
+
compute = st.button("CLASSIFY")
|
41 |
|
42 |
with col1:
|
43 |
captions = list()
|