Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -297,12 +297,7 @@ youtube = gr.Interface(
|
|
| 297 |
gr.outputs.Textbox(label="Transcription").style(show_copy_button=True),
|
| 298 |
],
|
| 299 |
allow_flagging="never",
|
| 300 |
-
title=title
|
| 301 |
-
examples=[
|
| 302 |
-
["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
|
| 303 |
-
["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
|
| 304 |
-
],
|
| 305 |
-
cache_examples=True)
|
| 306 |
|
| 307 |
demo = gr.Blocks()
|
| 308 |
|
|
|
|
| 297 |
gr.outputs.Textbox(label="Transcription").style(show_copy_button=True),
|
| 298 |
],
|
| 299 |
allow_flagging="never",
|
| 300 |
+
title=title)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
|
| 302 |
demo = gr.Blocks()
|
| 303 |
|