caddis commited on
Commit
ab8f25b
·
1 Parent(s): f7ed6e0

update to natural history

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,9 +211,9 @@ def create_demo():
211
  )
212
 
213
  use_filename_in_prompt = gr.Checkbox(
214
- label="Include filename in user prompt",
215
  value=False,
216
- info="Include the image's filename as metadata"
217
  )
218
 
219
  content_type = gr.Radio(
 
211
  )
212
 
213
  use_filename_in_prompt = gr.Checkbox(
214
+ label="Include filename as metadata",
215
  value=False,
216
+ info="Useful for inputing species data if appropiate"
217
  )
218
 
219
  content_type = gr.Radio(