0ssamaak0 / CLIPPyX

AI Powered Image search tool offers content-based, text, and visual similarity system-wide search.
MIT License
196 stars 17 forks source link

Function: Provide WebUI in server.py #9

Closed t0saki closed 5 months ago

t0saki commented 5 months ago

Modify index.html and server.py to make the WebUI accessible directly through the same port (e.g. http://127.0.0.1:5000/index) when the service is running, which can be used for other device access.

0ssamaak0 commented 5 months ago

Perfect. I added a simple if condition to handle wsl server, otherwise everything works perfectly! Thank you