ssiidd commited on
Commit
d146e4d
1 Parent(s): ef7af0d

fix bug in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  import time
3
  import torch
4
  import scipy.io.wavfile
 
1
  import gradio as gr
2
+ import soundfile
3
  import time
4
  import torch
5
  import scipy.io.wavfile