Spaces:
Running
Running
remove
Browse files
app.py
CHANGED
@@ -98,17 +98,11 @@ def main():
|
|
98 |
lines=4,
|
99 |
label="Text (Provide either text, or upload a newline separated text file below):",
|
100 |
)
|
101 |
-
script = gr.File(label="Upload a text file")
|
102 |
|
103 |
voice = gr.Dropdown(
|
104 |
VOICE_OPTIONS, value="jane_eyre", label="Select voice:", type="value"
|
105 |
)
|
106 |
-
|
107 |
-
VOICE_OPTIONS,
|
108 |
-
value="disabled",
|
109 |
-
label="(Optional) Select second voice:",
|
110 |
-
type="value",
|
111 |
-
)
|
112 |
split_by_newline = gr.Radio(
|
113 |
["Yes", "No"],
|
114 |
label="Split by newline (If [No], it will automatically try to find relevant splits):",
|
|
|
98 |
lines=4,
|
99 |
label="Text (Provide either text, or upload a newline separated text file below):",
|
100 |
)
|
|
|
101 |
|
102 |
voice = gr.Dropdown(
|
103 |
VOICE_OPTIONS, value="jane_eyre", label="Select voice:", type="value"
|
104 |
)
|
105 |
+
|
|
|
|
|
|
|
|
|
|
|
106 |
split_by_newline = gr.Radio(
|
107 |
["Yes", "No"],
|
108 |
label="Split by newline (If [No], it will automatically try to find relevant splits):",
|