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

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.08 # 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.05 # Seconds between frame captures
20
 
21
  # -------------------- Model Loading -------------------- #
22
  try: