Spaces:
Running
Running
Update app.py
Browse files
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'>
|
| 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 |
)
|