ayush200399391001 commited on
Commit
de8dde3
·
verified ·
1 Parent(s): 3ba8064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import tempfile
16
 
17
  # -------------------- Configuration -------------------- #
18
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
19
- FRAME_EXTRACTION_INTERVAL = 0.01 # Seconds between frame captures
20
 
21
  # -------------------- Model Loading -------------------- #
22
  try:
 
16
 
17
  # -------------------- Configuration -------------------- #
18
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
19
+ FRAME_EXTRACTION_INTERVAL = 0.08 # Seconds between frame captures
20
 
21
  # -------------------- Model Loading -------------------- #
22
  try: