Spaces:
Sleeping
Sleeping
Changed app.py
Browse files
app.py
CHANGED
@@ -130,11 +130,11 @@ with gr.Blocks() as demo:
|
|
130 |
with gr.Row():
|
131 |
itti_heatmap = gr.Image(
|
132 |
type='pil',
|
133 |
-
label='
|
134 |
)
|
135 |
itti_heatmap2 = gr.Image(
|
136 |
type='pil',
|
137 |
-
label='
|
138 |
)
|
139 |
# with gr.Row():
|
140 |
# deepgaze_saliency_map = gr.Image(
|
|
|
130 |
with gr.Row():
|
131 |
itti_heatmap = gr.Image(
|
132 |
type='pil',
|
133 |
+
label='Saliency Ranking Heatmap 1'
|
134 |
)
|
135 |
itti_heatmap2 = gr.Image(
|
136 |
type='pil',
|
137 |
+
label='Saliency Ranking Heatmap 2'
|
138 |
)
|
139 |
# with gr.Row():
|
140 |
# deepgaze_saliency_map = gr.Image(
|