删除无用文件,增加--colab启动选项

This commit is contained in:
源文雨
2023-04-01 15:02:53 +08:00
parent 951a538020
commit c9a041a8ab
22 changed files with 30 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
import ffmpeg,numpy as np
import ffmpeg
import numpy as np
def load_audio(file,sr):
try:
# https://github.com/openai/whisper/blob/main/whisper/audio.py#L26