Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|