Zw07 commited on
Commit
9e72422
·
verified ·
1 Parent(s): 7b3cbf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import soundfile
9
  from wavmark.utils import file_reader
10
  from audioseal import AudioSeal
11
  import torchaudio
 
12
 
13
  # pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
14
 
 
9
  from wavmark.utils import file_reader
10
  from audioseal import AudioSeal
11
  import torchaudio
12
+ from pydub import AudioSegment
13
 
14
  # pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
15