Spaces:
Running
Running
Update Webpage.py
Browse files- Webpage.py +0 -1
Webpage.py
CHANGED
@@ -121,7 +121,6 @@ demo = gr.Interface(
|
|
121 |
gr.Dropdown(LOCATIONS, label='Ad Location'),
|
122 |
gr.Dropdown(GAZE_TYPE, label='Gaze Type')
|
123 |
],
|
124 |
-
examples=[['Demo/004.jpg']],
|
125 |
outputs=[gr.Number(label="Predicted Gaze (sec)"),
|
126 |
gr.Image(label="Heatmap by ResNet50 (Hotter/Redder regions show more contribution)")],
|
127 |
title="Ad Gaze Prediction",
|
|
|
121 |
gr.Dropdown(LOCATIONS, label='Ad Location'),
|
122 |
gr.Dropdown(GAZE_TYPE, label='Gaze Type')
|
123 |
],
|
|
|
124 |
outputs=[gr.Number(label="Predicted Gaze (sec)"),
|
125 |
gr.Image(label="Heatmap by ResNet50 (Hotter/Redder regions show more contribution)")],
|
126 |
title="Ad Gaze Prediction",
|