Spaces:
Runtime error
Runtime error
File size: 183 Bytes
6573dab |
1 2 3 4 5 6 7 8 9 |
rm -r venv
python3 -m venv ./venv
source venv/bin/activate
pip3 install git+https://github.com/pedroelbanquero/torahcodespython
pip3 install gradio
pip3 install -r requirements.txt
|