Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
33245ac
1
Parent(s):
c31e27a
Update ray_pad.txt ff-en.txt loc
Browse files- ray_pad.py +1 -1
ray_pad.py
CHANGED
@@ -17,7 +17,7 @@ from logzero import logger
|
|
17 |
from radio_embed import radio_embed
|
18 |
|
19 |
num_cpus = multiprocessing.cpu_count()
|
20 |
-
filename = "
|
21 |
lines = Path(filename).read_text("utf8").splitlines()
|
22 |
lst = [_.strip() for _ in lines if _.strip()]
|
23 |
|
|
|
17 |
from radio_embed import radio_embed
|
18 |
|
19 |
num_cpus = multiprocessing.cpu_count()
|
20 |
+
filename = "fangfang-en.txt"
|
21 |
lines = Path(filename).read_text("utf8").splitlines()
|
22 |
lst = [_.strip() for _ in lines if _.strip()]
|
23 |
|