Spaces:
Sleeping
Sleeping
File size: 698 Bytes
11f3494 b474d17 11f3494 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
tensorflow==2.15.0 #bitsandbytes==0.42.0 #accelerate deepface transformers tf-keras #torch huggingface_hub langchain langchain_community tiktoken sentence_transformers chromadb #Your currently installed version of Keras is Keras 3, but this is not yet supported in Transformers, #Please install the backwards-compatible tf-keras package with `pip install tf-keras`. #after install tf-keras still got new error: ValueError: The layer sequential has never been called and thus has no defined input. # something wrong in analyze_face function. solution: try to use another model rather than the default model # solution: downgrade tf version, beacuse Serengil added the dependencies last week |