anonymous-IA commited on
Commit
25e8ff2
·
verified ·
1 Parent(s): 2a095ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -628,8 +628,7 @@ with gr.Blocks(title="GazeAlign", css=_CSS) as demo:
628
  overlay_output = gr.Image(label="Gaze-fixation heatmap (dwell-weighted) — overlay")
629
 
630
  gr.Markdown(
631
- "<div class='footer-note'>Fixation tables use raw pixel or normalised "
632
- "[0,1] X/Y coordinates. See the "
633
  "<a href='https://github.com/anonymous-IA/GazeAlign'>GitHub repo</a> "
634
  "for training and evaluation code.</div>"
635
  )
 
628
  overlay_output = gr.Image(label="Gaze-fixation heatmap (dwell-weighted) — overlay")
629
 
630
  gr.Markdown(
631
+ "<div class='footer-note'>See the "
 
632
  "<a href='https://github.com/anonymous-IA/GazeAlign'>GitHub repo</a> "
633
  "for training and evaluation code.</div>"
634
  )