Feat: each tab executables

This commit is contained in:
litagin02
2024-06-16 17:56:32 +09:00
parent 048d0b6c42
commit 7e7ac67906
11 changed files with 104 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
"""
TODO:
importが重いので、WebUI全般が重くなっている。どうにかしたい。
"""
import json
import shutil
from pathlib import Path
@@ -568,3 +573,8 @@ def create_style_vectors_app():
)
return app
if __name__ == "__main__":
app = create_style_vectors_app()
app.launch(inbrowser=True)