Spaces:
Runtime error
Runtime error
save
Browse files
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-
|
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
|