bluenevus commited on
Commit
7a13c00
·
verified ·
1 Parent(s): 659b8b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import os
9
  import soundfile as sf
10
  from spellchecker import SpellChecker
11
  from pydub import AudioSegment
 
12
 
13
  # Check if CUDA is available and set the device
14
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
9
  import soundfile as sf
10
  from spellchecker import SpellChecker
11
  from pydub import AudioSegment
12
+ import librosa
13
 
14
  # Check if CUDA is available and set the device
15
  device = "cuda" if torch.cuda.is_available() else "cpu"