glowpath/backend/main.py
I. A. Naval 3218c10063
Add bundled open-webui
Use pyinstaller to compile to a single bundle
2025-06-28 15:09:35 -04:00

6 lines
66 B
Python

from open_webui import app
if __name__ == "__main__":
app()