Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ object_detection_app = gr.Interface(
|
|
18 |
type="pil"),
|
19 |
title = "Object Detection",
|
20 |
description = "Facebook detr-resnet-50")
|
21 |
-
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.TabbedInterface(
|
24 |
[object_detection_app],
|
|
|
18 |
type="pil"),
|
19 |
title = "Object Detection",
|
20 |
description = "Facebook detr-resnet-50")
|
21 |
+
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.TabbedInterface(
|
24 |
[object_detection_app],
|