huedaya commited on
Commit
2c0de77
·
1 Parent(s): b769fee
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from whisper_jax import FlaxWhisperPipline
16
  # chunk_length_s=15,
17
  # device=model.device,
18
  # )
19
- pipe = FlaxWhisperPipline("openai/whisper-large-v2")
20
 
21
  app = Flask(__name__)
22
  app.config['TIMEOUT'] = 60 * 10 # 10 mins
 
16
  # chunk_length_s=15,
17
  # device=model.device,
18
  # )
19
+ pipe = FlaxWhisperPipline("openai/whisper-small")
20
 
21
  app = Flask(__name__)
22
  app.config['TIMEOUT'] = 60 * 10 # 10 mins