Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
ff9897a
1
Parent(s):
5b81d4f
Update app.py
Browse files
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 |
-
["./
|
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 |
)
|