Staticaliza commited on
Commit
9769f4e
·
verified ·
1 Parent(s): fa04368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ print(f"[SYSTEM] | Using {DEVICE} type compute device.")
15
  DEFAULT_TASK = "transcribe"
16
  BATCH_SIZE = 8
17
 
18
- repo = pipeline(task="automatic-speech-recognition", model="Systran/faster-whisper-large-v3", chunk_length_s=30, device=DEVICE)
19
 
20
  css = '''
21
  .gradio-container{max-width: 560px !important}
 
15
  DEFAULT_TASK = "transcribe"
16
  BATCH_SIZE = 8
17
 
18
+ repo = pipeline(task="automatic-speech-recognition", model="deepdml/faster-whisper-large-v3-turbo-ct2", chunk_length_s=30, device=DEVICE)
19
 
20
  css = '''
21
  .gradio-container{max-width: 560px !important}