Spaces:
Runtime error
Runtime error
need to import torchaudio, right
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from pathlib import Path
|
|
5 |
import string
|
6 |
from itertools import permutations
|
7 |
from collections import defaultdict
|
|
|
8 |
|
9 |
@st.cache
|
10 |
def get_supported_codes():
|
|
|
5 |
import string
|
6 |
from itertools import permutations
|
7 |
from collections import defaultdict
|
8 |
+
import torchaudio
|
9 |
|
10 |
@st.cache
|
11 |
def get_supported_codes():
|