thak123 commited on
Commit
0c53f4a
1 Parent(s): d7ac6bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def transcribe_speech(filepath):
21
  max_new_tokens=256,
22
  generate_kwargs={
23
  "task": "transcribe",
24
- "language": "konkani",
25
  }, # update with the language you've fine-tuned on
26
  chunk_length_s=30,
27
  batch_size=8,
 
21
  max_new_tokens=256,
22
  generate_kwargs={
23
  "task": "transcribe",
24
+ # "language": "konkani",
25
  }, # update with the language you've fine-tuned on
26
  chunk_length_s=30,
27
  batch_size=8,