alexanderkroner commited on
Commit
0511c68
·
verified ·
1 Parent(s): f18dab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ demo = gr.Interface(
111
  examples=examples,
112
  title="Visual Saliency Prediction",
113
  description="A demo to predict where humans fixate on an image using a deep learning model trained on eye movement data. Upload an image file, take a snapshot from your webcam, or paste an image from the clipboard to compute the saliency map.",
114
- article="For more information on the model, check out [GitHub](https://github.com/alexanderkroner/saliency) and the corresponding [paper](https://www.sciencedirect.com/science/article/pii/S0893608020301660).",
115
  allow_flagging="never",
116
  )
117
 
 
111
  examples=examples,
112
  title="Visual Saliency Prediction",
113
  description="A demo to predict where humans fixate on an image using a deep learning model trained on eye movement data. Upload an image file, take a snapshot from your webcam, or paste an image from the clipboard to compute the saliency map.",
114
+ article="For more information on the model, check out [GitHub](https://github.com/alexanderkroner/saliency) and the corresponding [paper](https://doi.org/10.1016/j.neunet.2020.05.004).",
115
  allow_flagging="never",
116
  )
117