diff --git a/examples/web/funcs.py b/examples/web/funcs.py index ee4706789..4d99cca6f 100644 --- a/examples/web/funcs.py +++ b/examples/web/funcs.py @@ -4,6 +4,10 @@ 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