Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def transcribe_speech(filepath):
|
|
25 |
}, # update with the language you've fine-tuned on
|
26 |
chunk_length_s=30,
|
27 |
batch_size=8,
|
28 |
-
|
29 |
)
|
30 |
return output["text"]
|
31 |
|
|
|
25 |
}, # update with the language you've fine-tuned on
|
26 |
chunk_length_s=30,
|
27 |
batch_size=8,
|
28 |
+
padding=True
|
29 |
)
|
30 |
return output["text"]
|
31 |
|