jeyasee commited on
Commit
f16d728
·
verified ·
1 Parent(s): ce9c17c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import gradio as gr
6
  import io
7
  import pandas as pd
8
 
 
9
  # Define classes (COCO-style)
10
  COCO_CLASSES = [
11
  '__background__', 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus',
 
6
  import io
7
  import pandas as pd
8
 
9
+
10
  # Define classes (COCO-style)
11
  COCO_CLASSES = [
12
  '__background__', 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus',