DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Fix streamlit crash #53

Closed stefsmeets closed 3 months ago

stefsmeets commented 3 months ago

This PR works around the streamlit crash by specifying the torch version.

Implements fix from: https://github.com/astral-sh/uv/issues/3437

Adresses #50