sssssungk commited on
Commit
a36f03e
·
verified ·
1 Parent(s): b471842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ def real_fake_check(list_dir, path, model):
134
 
135
  def main(file_name):
136
 
137
- if os.path.exists('/content/wav'):
138
- shutil.rmtree('/content/wav')
139
 
140
 
141
  hf_token = os.getenv("HUGGINGFACE_TOKEN")
 
134
 
135
  def main(file_name):
136
 
137
+ if os.path.exists('/tmp/wav'):
138
+ shutil.rmtree('/tmp/wav')
139
 
140
 
141
  hf_token = os.getenv("HUGGINGFACE_TOKEN")