0ssamaak0 / CLIPPyX

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

Function: Provide WebUI in server.py #9

Closed t0saki closed 4 weeks ago

t0saki commented 4 weeks 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 4 weeks ago

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