Spaces:
Running
Running
deveix
commited on
Commit
·
93bc4c5
1
Parent(s):
6ec0f76
fix json filepath
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -28,7 +28,7 @@ import noisereduce as nr
|
|
28 |
import json
|
29 |
|
30 |
# Path to the JSON file
|
31 |
-
json_filepath = 'reciters.json'
|
32 |
|
33 |
|
34 |
def load_json_data(filepath):
|
|
|
28 |
import json
|
29 |
|
30 |
# Path to the JSON file
|
31 |
+
json_filepath = 'app/reciters.json'
|
32 |
|
33 |
|
34 |
def load_json_data(filepath):
|