macaodha commited on
Commit
cd6c407
1 Parent(s): b3aa5aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def generate_results_image(audio_file, anns):
90
  descr_txt = "Demo of BatDetect2 deep learning-based bat echolocation call detection. " \
91
  "<br>This model is only trained on bat species from the UK. If the input " \
92
  "file is longer than 2 seconds, only the first 2 seconds will be processed." \
93
- "<br>Check out the paper [here](https://www.biorxiv.org/content/10.1101/2022.12.14.520490v1)."
94
 
95
  gr.Interface(
96
  fn = make_prediction,
 
90
  descr_txt = "Demo of BatDetect2 deep learning-based bat echolocation call detection. " \
91
  "<br>This model is only trained on bat species from the UK. If the input " \
92
  "file is longer than 2 seconds, only the first 2 seconds will be processed." \
93
+ "<br>For more information, check out the [paper](https://www.biorxiv.org/content/10.1101/2022.12.14.520490v1)."
94
 
95
  gr.Interface(
96
  fn = make_prediction,