Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def predict(is_gradcam, gradcam_layer, gradcam_opacity):
|
|
| 134 |
|
| 135 |
|
| 136 |
with gr.Blocks() as app:
|
| 137 |
-
gr.Markdown("##
|
| 138 |
with gr.Row():
|
| 139 |
with gr.Column():
|
| 140 |
with gr.Box():
|
|
|
|
| 134 |
|
| 135 |
|
| 136 |
with gr.Blocks() as app:
|
| 137 |
+
gr.Markdown("## PASCAL-VOC Object Detection with YoloV3")
|
| 138 |
with gr.Row():
|
| 139 |
with gr.Column():
|
| 140 |
with gr.Box():
|