CoolFace
Apppublic

torahCodes/Torah_Codes

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
4likes
install.sh9 linesDownload Raw Back to root
1rm -r venv2python3 -m venv ./venv3source venv/bin/activate4pip3 install git+https://github.com/pedroelbanquero/torahcodespython5pip3 install gradio6pip3 install -r requirements.txt7 8 9