Spaces:
Sleeping
Sleeping
rjzevallos
commited on
Commit
•
d165e3d
1
Parent(s):
77c768e
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def match_target_amplitude(sound, target_dBFS):
|
|
25 |
|
26 |
|
27 |
toxicity = Detoxify('original')
|
28 |
-
with open('
|
29 |
sents = f.read().strip().splitlines()
|
30 |
####################################
|
31 |
# Constants
|
|
|
25 |
|
26 |
|
27 |
toxicity = Detoxify('original')
|
28 |
+
with open('bsc.txt') as f:
|
29 |
sents = f.read().strip().splitlines()
|
30 |
####################################
|
31 |
# Constants
|