Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ import gradio as gr
|
|
3 |
from scipy.io.wavfile import write, read
|
4 |
import subprocess
|
5 |
|
6 |
-
os.chdir("C:/Users/PC-2021/JP_Developments/JP_Audio")
|
7 |
-
|
8 |
def inference(audio):
|
9 |
|
10 |
os.makedirs("out", exist_ok=True)
|
|
|
3 |
from scipy.io.wavfile import write, read
|
4 |
import subprocess
|
5 |
|
|
|
|
|
6 |
def inference(audio):
|
7 |
|
8 |
os.makedirs("out", exist_ok=True)
|