Spaces:
Sleeping
Sleeping
resolved runtime error
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
98 |
|
99 |
|
100 |
with gr.Column():
|
101 |
-
gr.Markdown(
|
102 |
gr.HTML(get_netron_html(yolov8_url))
|
103 |
gr.Image(yolov8_result, label="Detections & Interpretability Map")
|
104 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|
|
|
98 |
|
99 |
|
100 |
with gr.Column():
|
101 |
+
gr.Markdown(architecture_description_yolov8s)
|
102 |
gr.HTML(get_netron_html(yolov8_url))
|
103 |
gr.Image(yolov8_result, label="Detections & Interpretability Map")
|
104 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|