Commit
·
cf544a5
1
Parent(s):
5275f65
Add post-install script for openai-whisper
Browse files- post-install.sh +2 -0
post-install.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
pip install git+https://github.com/openai/whisper.git
|