sanchit-gandhi commited on
Commit
1c0facd
·
1 Parent(s): fc6b464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -96,10 +96,10 @@ yt_transcribe = gr.Interface(
96
  "\n\n"
97
  "Check out the repo here: https://github.com/huggingface/speechbox/"
98
  ),
99
- examples=[
100
- ["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
101
- ["https://www.youtube.com/watch?v=9dAWIPixYxc", False],
102
- ],
103
  allow_flagging="never",
104
  )
105
 
 
96
  "\n\n"
97
  "Check out the repo here: https://github.com/huggingface/speechbox/"
98
  ),
99
+ #examples=[
100
+ # ["https://www.youtube.com/watch?v=9dAWIPixYxc", True],
101
+ # ["https://www.youtube.com/watch?v=9dAWIPixYxc", False],
102
+ #],
103
  allow_flagging="never",
104
  )
105