fdaudens HF Staff commited on
Commit
53ac250
·
verified ·
1 Parent(s): 5346a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ model = ASRModel.from_pretrained(model_name=MODEL_NAME)
18
  model.eval()
19
 
20
  def get_audio_segment(audio_path, start_second, end_second):
21
- """
22
  Extract a segment of audio from a given audio file.
23
 
24
  Parameters:
 
18
  model.eval()
19
 
20
  def get_audio_segment(audio_path, start_second, end_second):
21
+ """
22
  Extract a segment of audio from a given audio file.
23
 
24
  Parameters: