Spaces:
Sleeping
Sleeping
whisper : fix typo
Browse files- whisper.cpp +1 -1
whisper.cpp
CHANGED
|
@@ -5191,7 +5191,7 @@ int whisper_full_with_state(
|
|
| 5191 |
ctx, state, progress_cur, params.progress_callback_user_data);
|
| 5192 |
}
|
| 5193 |
|
| 5194 |
-
//
|
| 5195 |
if (seek + 100 >= seek_end) {
|
| 5196 |
break;
|
| 5197 |
}
|
|
|
|
| 5191 |
ctx, state, progress_cur, params.progress_callback_user_data);
|
| 5192 |
}
|
| 5193 |
|
| 5194 |
+
// if only 1 second left, then stop
|
| 5195 |
if (seek + 100 >= seek_end) {
|
| 5196 |
break;
|
| 5197 |
}
|