Add files via upload
This commit is contained in:
9
bootstrap.sh
Normal file
9
bootstrap.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install the program
|
||||
pip3 install numpy stable-ts flask faster-whisper requests
|
||||
wget -P /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py
|
||||
|
||||
# Start the program
|
||||
cd /subgen
|
||||
python -u subgen.py
|
||||
Reference in New Issue
Block a user