Skip to content

Commit

Permalink
Fix missing module name "tools.audio"
Browse files Browse the repository at this point in the history
  • Loading branch information
benknam authored Jan 17, 2025
1 parent 00c56ee commit 9602bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/web/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9602bac

Please sign in to comment.