Spaces:
Sleeping
Sleeping
debug: viz layout
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
268 |
with gr.Row():
|
269 |
with gr.Column():
|
270 |
gr.Markdown(architecture_description_yolov5)
|
271 |
-
|
272 |
gr.Image(yolov5_result, label="Detections & Interpretability Map")
|
273 |
gr.Markdown(description_yolov5)
|
274 |
gr.Image(yolov5_dff, label="Feature Factorization & discovered concept")
|
@@ -276,7 +276,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
276 |
|
277 |
with gr.Column():
|
278 |
gr.Markdown(architecture_description_yolov8s)
|
279 |
-
|
280 |
gr.Image(yolov8_result, label="Detections & Interpretability Map")
|
281 |
gr.Markdown(description_yolov8)
|
282 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|
|
|
268 |
with gr.Row():
|
269 |
with gr.Column():
|
270 |
gr.Markdown(architecture_description_yolov5)
|
271 |
+
# gr.HTML(get_netron_html(yolov5_url))
|
272 |
gr.Image(yolov5_result, label="Detections & Interpretability Map")
|
273 |
gr.Markdown(description_yolov5)
|
274 |
gr.Image(yolov5_dff, label="Feature Factorization & discovered concept")
|
|
|
276 |
|
277 |
with gr.Column():
|
278 |
gr.Markdown(architecture_description_yolov8s)
|
279 |
+
# gr.HTML(get_netron_html(yolov8_url))
|
280 |
gr.Image(yolov8_result, label="Detections & Interpretability Map")
|
281 |
gr.Markdown(description_yolov8)
|
282 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|