Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a220cc3
1
Parent(s):
828cd89
add
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ pipe = pipeline(
|
|
51 |
"automatic-speech-recognition",
|
52 |
model="openai/whisper-tiny.en",
|
53 |
chunk_length_s=30,
|
54 |
-
device=
|
55 |
)
|
56 |
|
57 |
debug = False
|
|
|
51 |
"automatic-speech-recognition",
|
52 |
model="openai/whisper-tiny.en",
|
53 |
chunk_length_s=30,
|
54 |
+
device="cpu",
|
55 |
)
|
56 |
|
57 |
debug = False
|