Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ritesh-hf
/
speech-to-text-with-timestamps
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ritesh-hf
commited on
Jun 14, 2024
Commit
6882b6b
·
verified
·
1 Parent(s):
7d5312f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,6 @@ pipe = pipeline(
26
max_new_tokens=128,
27
chunk_length_s=30,
28
batch_size=8,
29
-
torch_dtype=torch_dtype,
30
device=device,
31
)
32
26
max_new_tokens=128,
27
chunk_length_s=30,
28
batch_size=8,
29
device=device,
30
)
31