Spaces:
Runtime error
Runtime error
Chakshu123
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import torchaudio
|
|
4 |
# from torchaudio.sox_effects import apply_effects_file
|
5 |
from transformers import AutoFeatureExtractor, AutoModelForAudioXVector
|
6 |
|
|
|
7 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
8 |
|
9 |
STYLE = """
|
|
|
4 |
# from torchaudio.sox_effects import apply_effects_file
|
5 |
from transformers import AutoFeatureExtractor, AutoModelForAudioXVector
|
6 |
|
7 |
+
|
8 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
9 |
|
10 |
STYLE = """
|