Spaces:
Runtime error
Runtime error
Commit
·
6c57059
1
Parent(s):
bfddae3
update
Browse files
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:
|