alexanderkroner commited on
Commit
f18dab7
1 Parent(s): ad64f84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ demo = gr.Interface(
110
  outputs=gr.Image(label="Saliency Map"),
111
  examples=examples,
112
  title="Visual Saliency Prediction",
113
- description="A demo to predict where humans fixate 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
  )
 
110
  outputs=gr.Image(label="Saliency Map"),
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
  )