derektan commited on
Commit
552b91b
·
1 Parent(s): e330ebf

Changed input headers

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -411,11 +411,11 @@ with gr.Blocks(title="Search-TTA (Simplified)", theme=gr.themes.Base()) as demo:
411
  height=320,
412
  )
413
  taxonomy_input = gr.Textbox(
414
- label="Full Taxonomy Name (optional)",
415
  placeholder="e.g. Animalia Chordata Mammalia Rodentia Sciuridae Marmota marmota",
416
  )
417
  ground_input = gr.Image(
418
- label="Ground-level Image (optional)",
419
  sources=["upload"],
420
  type="filepath",
421
  height=320,
 
411
  height=320,
412
  )
413
  taxonomy_input = gr.Textbox(
414
+ label="Full Taxonomy Name (not used)",
415
  placeholder="e.g. Animalia Chordata Mammalia Rodentia Sciuridae Marmota marmota",
416
  )
417
  ground_input = gr.Image(
418
+ label="Ground-level Image",
419
  sources=["upload"],
420
  type="filepath",
421
  height=320,