neuralleap commited on
Commit
6c57059
·
1 Parent(s): bfddae3
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ def inference(
47
  text,
48
  voice,
49
  seed,
50
- split_by_newline,
51
  ):
52
  if text is None or text.strip() == "":
53
  with open(script.name) as f:
 
47
  text,
48
  voice,
49
  seed,
 
50
  ):
51
  if text is None or text.strip() == "":
52
  with open(script.name) as f: