Spaces:
Runtime error
Runtime error
Commit
•
7fedb38
1
Parent(s):
2fb38c9
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,6 @@ youtube = gr.Interface(
|
|
300 |
allow_flagging="never",
|
301 |
title=title,
|
302 |
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True]],
|
303 |
-
cache_examples=True,
|
304 |
description=description,
|
305 |
article=article,
|
306 |
)
|
|
|
300 |
allow_flagging="never",
|
301 |
title=title,
|
302 |
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True]],
|
|
|
303 |
description=description,
|
304 |
article=article,
|
305 |
)
|