vindemiatrix commited on
Commit
7f9aad8
·
verified ·
1 Parent(s): 11c6f85

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/bash
2
  pip install --no-cache-dir -r requirements.txt
3
- pip install --no-cache-dir transformers
4
- pip install --no-cache-dir torch torchaudio moviepy numpy gradio openai-whisper pydub ffmpeg gtts
 
1
  #!/bin/bash
2
  pip install --no-cache-dir -r requirements.txt
3
+ pip install --no-cache-dir moviepy
4
+ pip install --no-cache-dir imageio[ffmpeg]