Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +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 |
-
from
|
13 |
|
14 |
title = """# 🙋🏻♂️ Welcome to🌟Tonic's🌬️💬📝WhisperSpeech
|
15 |
|
|
|
9 |
import torch.nn.functional as F
|
10 |
from whisperspeech.languages import LANGUAGES
|
11 |
from whisperspeech.pipeline import Pipeline
|
12 |
+
from whisperspeech.utils import resampler
|
13 |
|
14 |
title = """# 🙋🏻♂️ Welcome to🌟Tonic's🌬️💬📝WhisperSpeech
|
15 |
|