Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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',
|