joaomorossini commited on
Commit
cce25bb
1 Parent(s): f193b0b

Update classification button text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css, js=js) as demo:
123
  # cache_examples=True,
124
  )
125
  with gr.Row():
126
- btn_get_result = gr.Button("Show classification")
127
  with gr.Row(elem_classes=['all_results']):
128
  with gr.Column(scale=4):
129
  label_result = gr.Label(num_top_classes=None)
 
123
  # cache_examples=True,
124
  )
125
  with gr.Row():
126
+ btn_get_result = gr.Button("Classify")
127
  with gr.Row(elem_classes=['all_results']):
128
  with gr.Column(scale=4):
129
  label_result = gr.Label(num_top_classes=None)