rjzevallos commited on
Commit
d165e3d
1 Parent(s): 77c768e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def match_target_amplitude(sound, target_dBFS):
25
 
26
 
27
  toxicity = Detoxify('original')
28
- with open('harvard_sentences.txt') as f:
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