Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,6 @@ transcriber = pipeline(
|
|
64 |
task="automatic-speech-recognition",
|
65 |
model="alexandrainst/roest-315m",
|
66 |
device=device,
|
67 |
-
token=os.getenv("HUGGINGFACE_HUB_TOKEN", True),
|
68 |
)
|
69 |
|
70 |
logger.info("Loading the punctuation fixer model...")
|
|
|
64 |
task="automatic-speech-recognition",
|
65 |
model="alexandrainst/roest-315m",
|
66 |
device=device,
|
|
|
67 |
)
|
68 |
|
69 |
logger.info("Loading the punctuation fixer model...")
|