CesarLeblanc commited on
Commit
8effe15
1 Parent(s): 621b193
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
135
  with gr.Row():
136
  with gr.Column():
137
  species_classification = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
138
- k_classification = gr.Slider(1, 5, value=1, step=1, label="Top-k", info="Choose the number of top habitats to display.")
139
  with gr.Column():
140
  text_classification = gr.Textbox(label="Prediction")
141
  image_classification = gr.Image()
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
148
  with gr.Row():
149
  with gr.Column():
150
  species_masking = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
151
- k_masking = gr.Slider(1, 5, value=1, step=1, label="Top-k", info="Choose the number of top missing species to find.")
152
  with gr.Column():
153
  text_masking = gr.Textbox(label="Prediction")
154
  image_masking = gr.Image()
 
135
  with gr.Row():
136
  with gr.Column():
137
  species_classification = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
138
+ k_classification = gr.Slider(1, 5, value=1, step=1, label="Top-k", info="Choose the number of habitats to display.")
139
  with gr.Column():
140
  text_classification = gr.Textbox(label="Prediction")
141
  image_classification = gr.Image()
 
148
  with gr.Row():
149
  with gr.Column():
150
  species_masking = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
151
+ k_masking = gr.Slider(1, 5, value=1, step=1, label="Top-k", info="Choose the number of missing species to find.")
152
  with gr.Column():
153
  text_masking = gr.Textbox(label="Prediction")
154
  image_masking = gr.Image()