style-transfer
style-transfer copied to clipboard
added ENV VAR to frontend to avoid raise exception due to newer versi…
Updated streamlit library required either git to be installed or environment variable GIT_PYTHON_REFRESH=quiet to be set.
I have just added this line so that I can get the code working. Also, checked streamlit repo for the same issue. seems like someone is working on it.
If possible, will also check the difference between using the warning and installing git soon. for now, I was able to get this working using the above change.
I should've pinned the specific streamlit version in requirements.txt
Yeah that would have done it too. Btw thanks for three project guidelines. I am working on a similar but segmentation project and had decided to learn fastapi streamlit and docker togrther. 😃
Btw, do you want me to reproduce the error or is that okay?
It would be great if you could reproduce the error. I'll give it a look when I'm free.
Fixing the error is a priority