RanjithkumarPanjabikesan commited on
Commit
922278e
·
verified ·
1 Parent(s): 5dbf268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],