nakas commited on
Commit
cbb96d8
Β·
1 Parent(s): 1e8e9a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
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
 
4
  def audioStyleTransfer(content,style):
5
  print (style,content)