RSHVR commited on
Commit
cb2f0bf
·
verified ·
1 Parent(s): 0707b48

Delete setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +0 -9
setup.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
- # Install HumAware-VAD if not already installed
3
- if ! pip show humaware-vad > /dev/null 2>&1; then
4
- echo "Installing HumAware-VAD..."
5
- pip install humaware-vad
6
- fi
7
-
8
- # Run the application
9
- python app.py