David Driscoll
commited on
Commit
·
ee83343
1
Parent(s):
aa8d5bf
Green letters
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
|
|
9 |
from supervision import Detections
|
10 |
|
11 |
# -----------------------------
|
12 |
-
#
|
13 |
# -----------------------------
|
14 |
SKIP_RATE = 1 # For image processing, always run the analysis
|
15 |
DESIRED_SIZE = (640, 480)
|
|
|
9 |
from supervision import Detections
|
10 |
|
11 |
# -----------------------------
|
12 |
+
# Configurations
|
13 |
# -----------------------------
|
14 |
SKIP_RATE = 1 # For image processing, always run the analysis
|
15 |
DESIRED_SIZE = (640, 480)
|