Spaces:
Runtime error
Runtime error
alexanderkroner
commited on
Update app.py
Browse files
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://
|
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 |
|