From 864f2abc2c4ecfa7dccecdf05f5ecf77f836aad9 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:29:45 -0600 Subject: [PATCH] Add files via upload --- bootstrap.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..fb6b1f7 --- /dev/null +++ b/bootstrap.sh @@ -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 \ No newline at end of file