Dede16 commited on
Commit
226b7e7
·
verified ·
1 Parent(s): 28c8e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from huggingface_hub import (
14
  model = YOLO('best.pt')
15
  import os
16
 
17
- hf_token = os.environ.get('HUGGINGFACE_TOKEN')
18
 
19
  # Initialize an empty list to store the results
20
  results_list = []
 
14
  model = YOLO('best.pt')
15
  import os
16
 
17
+ hf_token = os.environ.get('token')
18
 
19
  # Initialize an empty list to store the results
20
  results_list = []