Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
51aab6e
1
Parent(s):
04d15a9
Gradio Visual Improvement
Browse files
app.py
CHANGED
@@ -134,11 +134,11 @@ if __name__ == "__main__":
|
|
134 |
with gr.Blocks() as demo:
|
135 |
gr.Markdown("# Saliency Maps with the MERIT Dataset πππ")
|
136 |
|
137 |
-
with gr.
|
138 |
-
gr.
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
|
143 |
with gr.Tab("Introduction"):
|
144 |
gr.Markdown(
|
|
|
134 |
with gr.Blocks() as demo:
|
135 |
gr.Markdown("# Saliency Maps with the MERIT Dataset πππ")
|
136 |
|
137 |
+
with gr.Row(height=400):
|
138 |
+
with gr.Column(scale=1):
|
139 |
+
gr.Image(value=README_IMAGE_PATH)
|
140 |
+
with gr.Column(scale=1):
|
141 |
+
gr.Image(value=GIF_PATH, label="Dataset samples you can process")
|
142 |
|
143 |
with gr.Tab("Introduction"):
|
144 |
gr.Markdown(
|