add stop duration option
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ description = "SLT Vietnamese Text to speech demo."
|
|
38 |
|
39 |
gr.Interface(
|
40 |
fn=speak,
|
41 |
-
inputs=
|
42 |
outputs="audio",
|
43 |
title = title,
|
44 |
examples = [
|
|
|
38 |
|
39 |
gr.Interface(
|
40 |
fn=speak,
|
41 |
+
inputs="text" | "text",
|
42 |
outputs="audio",
|
43 |
title = title,
|
44 |
examples = [
|