Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
@@ -33,6 +33,7 @@ then
|
|
33 |
python install.py --torch cuda --onnxruntime cuda
|
34 |
cd ..
|
35 |
pip install pyngrok
|
|
|
36 |
conda install opencv -y
|
37 |
conda install ffmpeg
|
38 |
fi
|
|
|
33 |
python install.py --torch cuda --onnxruntime cuda
|
34 |
cd ..
|
35 |
pip install pyngrok
|
36 |
+
pip install -r requirements.txt
|
37 |
conda install opencv -y
|
38 |
conda install ffmpeg
|
39 |
fi
|