Spaces:
Running
Running
Commit
·
5d0314c
1
Parent(s):
99b1671
(wip)close init cache
Browse files
app.py
CHANGED
|
@@ -1471,7 +1471,7 @@ if __name__ == "__main__":
|
|
| 1471 |
db.create_all() # Create tables if they don't exist
|
| 1472 |
insert_initial_models()
|
| 1473 |
# Setup background tasks
|
| 1474 |
-
initialize_tts_cache() # Start populating the cache
|
| 1475 |
setup_cleanup()
|
| 1476 |
setup_periodic_tasks() # Renamed function call
|
| 1477 |
|
|
|
|
| 1471 |
db.create_all() # Create tables if they don't exist
|
| 1472 |
insert_initial_models()
|
| 1473 |
# Setup background tasks
|
| 1474 |
+
# initialize_tts_cache() # Start populating the cache (关闭预生成缓存)
|
| 1475 |
setup_cleanup()
|
| 1476 |
setup_periodic_tasks() # Renamed function call
|
| 1477 |
|