Hi, there are a lot of projects written by TF 1.14+, I want to deploy it to Space, but the minimal TF version is TF 2.2. Could you help us to use TF 1.14+ in Space?
I think this is because we currently don’t support Python 3.7 on Spaces, which is the latest version of Python that is compatible with Python 3.7.
So this is the same problem faced by: How to use Python3.7 in Spaces - Spaces - Hugging Face Forums
Cc @osanseviero
This is now possible with setting a python_version
in the README.md
file huggingface_hub/spaces.md at main · huggingface/huggingface_hub · GitHub
Thanks a lot. It works now!
Thank you so much.