feat: add SQLite write-ahead log and shared memory files.

This commit is contained in:
tinix-ai
2026-04-09 16:19:39 +07:00
parent f12cedf6d0
commit c3a69d145b
68 changed files with 9079 additions and 42 deletions
-7
View File
@@ -106,13 +106,6 @@ def main():
# Tạo UI
app = create_main_ui()
# Tải CSS
custom_css = ""
css_path = Path("custom.css")
if css_path.exists():
with open(css_path, 'r', encoding='utf-8') as f:
custom_css = f.read()
# Khởi động
logger.info(t("app.gradio_start", port=WEB_PORT))
app.queue(default_concurrency_limit=10).launch(