Spaces:
Runtime error
Runtime error
Amanda commited on
Commit ·
eccb7dc
1
Parent(s): 067c1d4
Example filename updated
Browse files
app.py
CHANGED
|
@@ -72,11 +72,11 @@ def normalize_bbox(box, width, height, padding=0.005):
|
|
| 72 |
|
| 73 |
EXAMPLES = [
|
| 74 |
[
|
| 75 |
-
"DL.
|
| 76 |
"Driver's License",
|
| 77 |
],
|
| 78 |
[
|
| 79 |
-
"BC.
|
| 80 |
"Birth Certificate",
|
| 81 |
],
|
| 82 |
[
|
|
|
|
| 72 |
|
| 73 |
EXAMPLES = [
|
| 74 |
[
|
| 75 |
+
"DL.jpg",
|
| 76 |
"Driver's License",
|
| 77 |
],
|
| 78 |
[
|
| 79 |
+
"BC.jfif",
|
| 80 |
"Birth Certificate",
|
| 81 |
],
|
| 82 |
[
|