hushell commited on
Commit
cb71190
·
1 Parent(s): 1e86415
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from streamlit.components import v1
9
  from custom import css_code, js_code, set_context_all
10
  from st_audiorec import st_audiorec
11
  import numpy as np
 
12
 
13
  device = "cpu"
14
 
 
9
  from custom import css_code, js_code, set_context_all
10
  from st_audiorec import st_audiorec
11
  import numpy as np
12
+ import wave
13
 
14
  device = "cpu"
15