ysharma HF staff commited on
Commit
b75405b
1 Parent(s): 237602b

updated token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from PIL import Image, ImageSequence
11
  import cv2
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/facebook/wav2vec2-base-960h"
14
- HF_TOKEN = os.environ["HF_TOKEN"]
15
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
16
 
17
  video_list = []
 
11
  import cv2
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/facebook/wav2vec2-base-960h"
14
+ HF_TOKEN = os.environ["HF_TOKEN"]
15
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
16
 
17
  video_list = []