Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openai/whisper
ciditel
/
whisper
like
0
Sleeping
App
Files
Files
Community
ciditel
commited on
May 16, 2024
Commit
f65253b
•
1 Parent(s):
fd96c94
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,6 +19,7 @@ pipe = pipeline(
19
model=MODEL_NAME,
20
chunk_length_s=30,
21
device=device,
22
)
23
24
19
model=MODEL_NAME,
20
chunk_length_s=30,
21
device=device,
22
+
token=access_token
23
)
24
25