Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('/
|
| 138 |
-
shutil.rmtree('/
|
| 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")
|