BhumikaMak commited on
Commit
fe8c8cb
·
verified ·
1 Parent(s): 32661f6

updated labels

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="Image1")
15
- gr.Image(yolov5_dff, label="Image1")
16
  with gr.Column():
17
  gr.Markdown("Yolov8")
18
- gr.Image(yolov8_result, label="Image2")
19
- gr.Image(yolov8_dff, label="Image2")
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()