Spaces:
Sleeping
Sleeping
changed the font size
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ with gr.Blocks(css=custom_css, theme="default") as demo:
|
|
323 |
|
324 |
# Results and visualization
|
325 |
with gr.Row(elem_classes="custom-row"):
|
326 |
-
gr.Markdown("""
|
327 |
result_gallery = gr.Gallery(
|
328 |
label="Results",
|
329 |
rows=1,
|
@@ -331,7 +331,6 @@ with gr.Blocks(css=custom_css, theme="default") as demo:
|
|
331 |
columns=1 ,
|
332 |
object_fit="contain"
|
333 |
)
|
334 |
-
gr.Markdown(""" ## Model Architecture""")
|
335 |
netron_display = gr.HTML(label="Netron Visualization")
|
336 |
|
337 |
# Update sample image
|
@@ -340,7 +339,7 @@ with gr.Blocks(css=custom_css, theme="default") as demo:
|
|
340 |
inputs=sample_selection,
|
341 |
outputs=sample_display,
|
342 |
)
|
343 |
-
gr.Markdown("""
|
344 |
with gr.Row(elem_classes="custom-row"):
|
345 |
dff_gallery = gr.Gallery(
|
346 |
label="Feature Factorization & discovered concept",
|
|
|
323 |
|
324 |
# Results and visualization
|
325 |
with gr.Row(elem_classes="custom-row"):
|
326 |
+
gr.Markdown(""" #### Detections & Interpretability Map """)
|
327 |
result_gallery = gr.Gallery(
|
328 |
label="Results",
|
329 |
rows=1,
|
|
|
331 |
columns=1 ,
|
332 |
object_fit="contain"
|
333 |
)
|
|
|
334 |
netron_display = gr.HTML(label="Netron Visualization")
|
335 |
|
336 |
# Update sample image
|
|
|
339 |
inputs=sample_selection,
|
340 |
outputs=sample_display,
|
341 |
)
|
342 |
+
gr.Markdown(""" #### Feature Factorization & discovered concepts. """)
|
343 |
with gr.Row(elem_classes="custom-row"):
|
344 |
dff_gallery = gr.Gallery(
|
345 |
label="Feature Factorization & discovered concept",
|