sanchit-gandhi HF staff commited on
Commit
ff9897a
1 Parent(s): 5b81d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ mf_transcribe = gr.Interface(
71
  f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
72
  )
73
  examples=[
74
- ["./sample.wav", True],
75
  ],
76
  allow_flagging="never",
77
  )
 
71
  f" [PyAnnote Audio](https://huggingface.co/pyannote/speaker-diarization) to label the speakers."
72
  )
73
  examples=[
74
+ ["./processed.wav", True],
75
  ],
76
  allow_flagging="never",
77
  )