John2J commited on
Commit
5e1b2c4
·
verified ·
1 Parent(s): a284914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -186,6 +186,7 @@ def transcribe_audio(
186
  instruments=instruments if instruments else None,
187
  use_sampling=use_sampling,
188
  temperature=temperature,
 
189
  )
190
  except Exception as e:
191
  return None, f"Transcription failed: {e}", ""
 
186
  instruments=instruments if instruments else None,
187
  use_sampling=use_sampling,
188
  temperature=temperature,
189
+ "--sliding-hop 1.0",
190
  )
191
  except Exception as e:
192
  return None, f"Transcription failed: {e}", ""