Fetching metadata from the HF Docker repository...
ssiidd
commited on
|
@@ -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
|