Demo750 commited on
Commit
a4bd6f3
1 Parent(s): c90e947

Update Webpage.py

Browse files
Files changed (1) hide show
  1. 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",