Spaces:
Build error
Build error
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
|