Spaces:
Sleeping
Sleeping
updated labels
Browse files
app.py
CHANGED
@@ -11,11 +11,11 @@ with gr.Blocks() as demo:
|
|
11 |
with gr.Row():
|
12 |
with gr.Column():
|
13 |
gr.Markdown("Yolov5")
|
14 |
-
gr.Image(yolov5_result, label="
|
15 |
-
gr.Image(yolov5_dff, label="
|
16 |
with gr.Column():
|
17 |
gr.Markdown("Yolov8")
|
18 |
-
gr.Image(yolov8_result, label="
|
19 |
-
gr.Image(yolov8_dff, label="
|
20 |
|
21 |
demo.launch()
|
|
|
11 |
with gr.Row():
|
12 |
with gr.Column():
|
13 |
gr.Markdown("Yolov5")
|
14 |
+
gr.Image(yolov5_result, label="Detections & Interpretability Map")
|
15 |
+
gr.Image(yolov5_dff, label="Feature Factorization & discovered concept")
|
16 |
with gr.Column():
|
17 |
gr.Markdown("Yolov8")
|
18 |
+
gr.Image(yolov8_result, label="Detections & Interpretability Map)
|
19 |
+
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|
20 |
|
21 |
demo.launch()
|