neuralworm commited on
Commit
6e929b9
·
verified ·
1 Parent(s): 1c5439f

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +0 -1
install.sh CHANGED
@@ -2,7 +2,6 @@ rm -r venv
2
  python3 -m venv ./venv
3
  source venv/bin/activate
4
  pip3 install git+https://github.com/pedroelbanquero/torahcodespython
5
- pip3 install gradio
6
  pip3 install -r requirements.txt
7
 
8
 
 
2
  python3 -m venv ./venv
3
  source venv/bin/activate
4
  pip3 install git+https://github.com/pedroelbanquero/torahcodespython
 
5
  pip3 install -r requirements.txt
6
 
7