Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def transcribe_speech(filepath):
|
|
30 |
# torchaudio.save(filepath, waveform_16k, 16000)
|
31 |
output = pipe(
|
32 |
filepath,
|
33 |
-
max_new_tokens=
|
34 |
generate_kwargs={
|
35 |
"task": "transcribe",
|
36 |
# "language": "konkani",
|
|
|
30 |
# torchaudio.save(filepath, waveform_16k, 16000)
|
31 |
output = pipe(
|
32 |
filepath,
|
33 |
+
max_new_tokens=3,
|
34 |
generate_kwargs={
|
35 |
"task": "transcribe",
|
36 |
# "language": "konkani",
|