Add files via upload

This commit is contained in:
McCloudS
2023-10-26 00:29:45 -06:00
committed by GitHub
parent cfec6dc745
commit 864f2abc2c

9
bootstrap.sh Normal file
View 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