Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
from scipy.io.wavfile import write
|
4 |
-
|
5 |
|
6 |
def inference(audio):
|
7 |
os.makedirs("out", exist_ok=True)
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
from scipy.io.wavfile import write
|
4 |
+
import subprocess
|
5 |
|
6 |
def inference(audio):
|
7 |
os.makedirs("out", exist_ok=True)
|