John2J commited on
Commit
29b7d3f
·
verified ·
1 Parent(s): 9cb5125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def transcribe_audio(
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}", ""
 
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}", ""