Spaces:
Runtime error
Runtime error
ayberkuckun
commited on
Commit
•
b0705ae
1
Parent(s):
2e6dcac
best model
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ dataset_api = project.get_dataset_api()
|
|
13 |
|
14 |
dataset_api.download("Resources/titanic/images/latest_titanic.png", overwrite=True) # change link
|
15 |
|
16 |
-
pipe = pipeline(model="ayberkuckun/whisper-small-
|
17 |
|
18 |
|
19 |
def transcribe(url):
|
|
|
13 |
|
14 |
dataset_api.download("Resources/titanic/images/latest_titanic.png", overwrite=True) # change link
|
15 |
|
16 |
+
pipe = pipeline(model="ayberkuckun/whisper-small-se-hyperparameter-searched", task="automatic-speech-recognition", chunk_length_s=30)
|
17 |
|
18 |
|
19 |
def transcribe(url):
|