We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e452e commit af1c8f7Copy full SHA for af1c8f7
examples/web/funcs.py
@@ -4,6 +4,10 @@
4
5
import gradio as gr
6
7
+import sys
8
+
9
+sys.path.append("..")
10
+sys.path.append("../..")
11
from tools.audio import float_to_int16, has_ffmpeg_installed, load_audio
12
from tools.logger import get_logger
13
0 commit comments