yonigozlan HF staff commited on
Commit
5e11b77
·
1 Parent(s): 65082b9

update textbox label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
177
  with gr.Row():
178
  classes = gr.Textbox(
179
  "person, cat, dog",
180
- label="Objects to detect. Change this as you like live!",
181
  elem_classes="feedback",
182
  scale=3,
183
  )
 
177
  with gr.Row():
178
  classes = gr.Textbox(
179
  "person, cat, dog",
180
+ label="Objects to detect. Change this as you like and press enter!",
181
  elem_classes="feedback",
182
  scale=3,
183
  )