Spaces:
Runtime error
Runtime error
Commit
·
d4a4962
1
Parent(s):
e0dda57
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,6 +126,7 @@ unprompted = gr.Interface(
|
|
| 126 |
description=description,
|
| 127 |
article=article,
|
| 128 |
examples=examples,
|
|
|
|
| 129 |
)
|
| 130 |
|
| 131 |
prompted = gr.Interface(
|
|
@@ -142,6 +143,7 @@ prompted = gr.Interface(
|
|
| 142 |
description=description,
|
| 143 |
article=article,
|
| 144 |
examples=examples_with_speaker_prompt,
|
|
|
|
| 145 |
)
|
| 146 |
|
| 147 |
demo = gr.Blocks()
|
|
|
|
| 126 |
description=description,
|
| 127 |
article=article,
|
| 128 |
examples=examples,
|
| 129 |
+
cache_examples=False,
|
| 130 |
)
|
| 131 |
|
| 132 |
prompted = gr.Interface(
|
|
|
|
| 143 |
description=description,
|
| 144 |
article=article,
|
| 145 |
examples=examples_with_speaker_prompt,
|
| 146 |
+
cache_examples=False,
|
| 147 |
)
|
| 148 |
|
| 149 |
demo = gr.Blocks()
|