sanchit-gandhi HF staff commited on
Commit
02215da
1 Parent(s): 9c51c8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -72,6 +72,7 @@ mf_transcribe = gr.Interface(
72
  ),
73
  examples=[
74
  ["./processed.wav", True],
 
75
  ],
76
  allow_flagging="never",
77
  )
@@ -93,6 +94,7 @@ yt_transcribe = gr.Interface(
93
  ),
94
  examples=[
95
  ["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
 
96
  ],
97
  allow_flagging="never",
98
  )
 
72
  ),
73
  examples=[
74
  ["./processed.wav", True],
75
+ ["./processed.wav", False],
76
  ],
77
  allow_flagging="never",
78
  )
 
94
  ),
95
  examples=[
96
  ["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
97
+ ["https://www.youtube.com/watch?v=9dAWIPixYxc", False],
98
  ],
99
  allow_flagging="never",
100
  )