generate-story / requirements.txt
yiyii's picture
Update requirements.txt
af619f0 verified
raw
history blame contribute delete
622 Bytes
tensorflow==2.15.0
#bitsandbytes==0.42.0
#accelerate
deepface
transformers
tf-keras
#torch
huggingface_hub
#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