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