srisweet commited on
Commit
705e8fa
1 Parent(s): 754239b

Update image2text.py

Browse files
Files changed (1) hide show
  1. 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("Classify")
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()