Spaces:
Sleeping
Sleeping
Commit
·
e9c4729
1
Parent(s):
deb14ad
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ def inference(
|
|
57 |
|
58 |
def main():
|
59 |
title = "Tortoise TTS "
|
60 |
-
|
61 |
-
|
62 |
)
|
63 |
script = gr.File(label="Upload a text file")
|
64 |
|
|
|
57 |
|
58 |
def main():
|
59 |
title = "Tortoise TTS "
|
60 |
+
|
61 |
+
label="Text (Provide either text, or upload a newline separated text file below):",
|
62 |
)
|
63 |
script = gr.File(label="Upload a text file")
|
64 |
|