fix: missing module name "tools.audio" (#880)

fix #736 fix #820 fix #844
This commit is contained in:
Orzman
2025-01-19 20:30:46 +08:00
committed by GitHub
parent b5e452e387
commit af1c8f7d0c
+4
View File
@@ -4,6 +4,10 @@ from time import sleep
import gradio as gr
import sys
sys.path.append("..")
sys.path.append("../..")
from tools.audio import float_to_int16, has_ffmpeg_installed, load_audio
from tools.logger import get_logger