Spaces:
Runtime error
Runtime error
[bug] turn off cache_examples
Browse files
app.py
CHANGED
|
@@ -110,6 +110,7 @@ if __name__ == "__main__":
|
|
| 110 |
],
|
| 111 |
title="VITS Genshin",
|
| 112 |
description="",
|
|
|
|
| 113 |
)
|
| 114 |
|
| 115 |
app.queue(concurrency_count=1)
|
|
|
|
| 110 |
],
|
| 111 |
title="VITS Genshin",
|
| 112 |
description="",
|
| 113 |
+
cache_examples=False
|
| 114 |
)
|
| 115 |
|
| 116 |
app.queue(concurrency_count=1)
|