Staticaliza commited on
Commit
3e5f558
·
verified ·
1 Parent(s): 3ef3d4d

Update app.py

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