cdleong commited on
Commit
dc83dff
·
1 Parent(s): c1f2f62

need to import torchaudio, right

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():