Spaces:
Running
Running
Ved Gupta commited on
Commit ·
c9fc946
1
Parent(s): c92054e
Switched the dependency branch to `develop` of `innovatorved/whisper.api` repository
Browse files- .gitignore +2 -0
- setup_whisper.sh +1 -1
.gitignore
CHANGED
|
@@ -28,3 +28,5 @@ test.wav
|
|
| 28 |
test.txt
|
| 29 |
test_output*
|
| 30 |
|
|
|
|
|
|
|
|
|
| 28 |
test.txt
|
| 29 |
test_output*
|
| 30 |
|
| 31 |
+
binary/
|
| 32 |
+
models/
|
setup_whisper.sh
CHANGED
|
@@ -32,7 +32,7 @@ fi
|
|
| 32 |
# --- 2. Clone Repository ---
|
| 33 |
REPO_URL="https://github.com/innovatorved/whisper.cpp.git"
|
| 34 |
DIR_NAME="whisper_temp_build"
|
| 35 |
-
BRANCH="
|
| 36 |
|
| 37 |
if [ -d "$DIR_NAME" ]; then
|
| 38 |
warn "Directory '$DIR_NAME' already exists. Removing it to ensure a clean build..."
|
|
|
|
| 32 |
# --- 2. Clone Repository ---
|
| 33 |
REPO_URL="https://github.com/innovatorved/whisper.cpp.git"
|
| 34 |
DIR_NAME="whisper_temp_build"
|
| 35 |
+
BRANCH="develop" # Use master or main unless a specific branch is required
|
| 36 |
|
| 37 |
if [ -d "$DIR_NAME" ]; then
|
| 38 |
warn "Directory '$DIR_NAME' already exists. Removing it to ensure a clean build..."
|