harperreed / photo-similarity-search

Super simple MLX (apple silicon) CLIP based photo similarity web app
MIT License
429 stars 34 forks source link

Typo in webserver: hardcoded UUID #2

Open robotconscience opened 2 months ago

robotconscience commented 2 months ago

Hello! This project is great and, as you pointed out, quite fun.

One small fix to make it work for other folks: you've hardcoded your machine's UUID here. Delete, and voila, all works. https://github.com/harperreed/photo-similarity-search/blob/a561e2adf8793f92939f5074e3d86bd3f75d594f/start_web.py#L29

✌️

harperreed commented 2 months ago

this is true. i will fix.