aka7774 commited on
Commit
c2050d5
1 Parent(s): fe75c7f

Create venv.sh

Browse files
Files changed (1) hide show
  1. venv.sh +7 -0
venv.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/bash
2
+
3
+ python3 -m venv venv
4
+ curl -kL https://bootstrap.pypa.io/get-pip.py | venv/bin/python
5
+
6
+ venv/bin/python -m pip install gradio
7
+ venv/bin/python -m pip install -r requirements.txt