JPMadsen commited on
Commit
705dda3
·
1 Parent(s): 11507a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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)