nakas commited on
Commit
64a4bbe
Β·
1 Parent(s): 1f1c84d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from audio_style_transfer.models import timedomain
 
3
 
4
  def audioStyleTransfer(content,style):
5
  print (style,content)
 
1
  import gradio as gr
2
  from audio_style_transfer.models import timedomain
3
+ import librosa
4
 
5
  def audioStyleTransfer(content,style):
6
  print (style,content)