Spaces:
Runtime error
Runtime error
Commit
·
055d288
1
Parent(s):
0307cc0
dsds
Browse files
main.py
CHANGED
@@ -226,7 +226,7 @@ model = WhisperForConditionalGeneration.from_pretrained("openai/whisper-small")
|
|
226 |
model.config.forced_decoder_ids = None
|
227 |
|
228 |
chunk_duration = 30
|
229 |
-
overlap_duration =
|
230 |
|
231 |
@app.get("/")
|
232 |
def read_root():
|
|
|
226 |
model.config.forced_decoder_ids = None
|
227 |
|
228 |
chunk_duration = 30
|
229 |
+
overlap_duration = 5
|
230 |
|
231 |
@app.get("/")
|
232 |
def read_root():
|