Tonic commited on
Commit
9620ec8
1 Parent(s): 002300a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import numpy as np
9
  import torch.nn.functional as F
10
  from whisperspeech.languages import LANGUAGES
11
  from whisperspeech.pipeline import Pipeline
 
12
 
13
  title = """# 🙋🏻‍♂️ Welcome to🌟Tonic's🌬️💬📝WhisperSpeech
14
 
 
9
  import torch.nn.functional as F
10
  from whisperspeech.languages import LANGUAGES
11
  from whisperspeech.pipeline import Pipeline
12
+ from whispeech.utils import resampler
13
 
14
  title = """# 🙋🏻‍♂️ Welcome to🌟Tonic's🌬️💬📝WhisperSpeech
15