Spaces:
Runtime error
Runtime error
Commit
·
1c0facd
1
Parent(s):
fc6b464
Update app.py
Browse files
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 |
-
|
101 |
-
|
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 |
|