andrewzamp commited on
Commit
96a0181
·
1 Parent(s): e493bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ interface = gr.Interface(
127
  inputs=[
128
  gr.Image(type="pil", label="Upload Image"), # Input type: Image (PIL format)
129
  gr.Radio(choices=["Yes, I want to specify the taxonomic level", "No, I will let the model decide"],
130
- label="Do you want to specify the taxonomic resolution for predictions? If you select 'No', the next drop-down menu will be bypassed.",
131
  value="No, I will let the model decide"), # Radio button for taxonomic resolution choice
132
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level:", value="species") # Dropdown for taxonomic level
133
  ],
 
127
  inputs=[
128
  gr.Image(type="pil", label="Upload Image"), # Input type: Image (PIL format)
129
  gr.Radio(choices=["Yes, I want to specify the taxonomic level", "No, I will let the model decide"],
130
+ label="Do you want to specify the taxonomic resolution for predictions? If you select 'No', the 'Taxonomic level' drop-down menu will be bypassed.",
131
  value="No, I will let the model decide"), # Radio button for taxonomic resolution choice
132
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level:", value="species") # Dropdown for taxonomic level
133
  ],