Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -305,10 +305,7 @@ youtube = gr.Interface(
|
|
305 |
["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
|
306 |
["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
|
307 |
],
|
308 |
-
cache_examples=False
|
309 |
-
description=description,
|
310 |
-
article=article,
|
311 |
-
)
|
312 |
|
313 |
demo = gr.Blocks()
|
314 |
|
|
|
305 |
["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
|
306 |
["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
|
307 |
],
|
308 |
+
cache_examples=False)
|
|
|
|
|
|
|
309 |
|
310 |
demo = gr.Blocks()
|
311 |
|