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

Reorganized panes

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -410,16 +410,16 @@ with gr.Blocks(title="Search-TTA (Simplified)", theme=gr.themes.Base()) as demo:
410
  type="filepath",
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,
422
  )
 
 
 
 
423
  run_btn = gr.Button("Run Search-TTA", variant="primary")
424
 
425
  with gr.Column():
 
410
  type="filepath",
411
  height=320,
412
  )
 
 
 
 
413
  ground_input = gr.Image(
414
  label="Ground-level Image",
415
  sources=["upload"],
416
  type="filepath",
417
  height=320,
418
  )
419
+ taxonomy_input = gr.Textbox(
420
+ label="Full Taxonomy Name (not used)",
421
+ placeholder="e.g. Animalia Chordata Mammalia Rodentia Sciuridae Marmota marmota",
422
+ )
423
  run_btn = gr.Button("Run Search-TTA", variant="primary")
424
 
425
  with gr.Column():