andrewzamp commited on
Commit
4fe087a
·
1 Parent(s): e93a56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ interface = gr.Interface(
103
  inputs=[
104
  gr.Image(type="pil", label="Upload Image"), # Input type: Image (PIL format)
105
  gr.Radio(choices=["Yes, I want to specify the taxonomic level", "No, I will let the model decide"],
106
- label="Do you want to specify the taxonomic resolution for predictions?",
107
  value="No, I will let the model decide"), # Radio button for taxonomic resolution choice
108
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level", value="species") # Dropdown for taxonomic level
109
  ],
 
103
  inputs=[
104
  gr.Image(type="pil", label="Upload Image"), # Input type: Image (PIL format)
105
  gr.Radio(choices=["Yes, I want to specify the taxonomic level", "No, I will let the model decide"],
106
+ label="Do you want to specify the taxonomic resolution for predictions?<br><br>NOTE: if you select 'No', the next drop-down menu will be bypassed",
107
  value="No, I will let the model decide"), # Radio button for taxonomic resolution choice
108
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level", value="species") # Dropdown for taxonomic level
109
  ],