Commit
•
fcffd4a
1
Parent(s):
b191b97
don't cache examples
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ youtube = gr.Interface(
|
|
113 |
allow_flagging="never",
|
114 |
title=title,
|
115 |
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", False]],
|
|
|
116 |
description=description,
|
117 |
article=article,
|
118 |
)
|
|
|
113 |
allow_flagging="never",
|
114 |
title=title,
|
115 |
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", False]],
|
116 |
+
cache_examples=False,
|
117 |
description=description,
|
118 |
article=article,
|
119 |
)
|