Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Oct 26, 2023
1 parent bff943e commit 64332d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

# 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
cd /subgen
curl /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py

# Start the program
cd /subgen
python -u subgen.py

python3 -u subgen.py

0 comments on commit 64332d1

Please sign in to comment.