Spaces:
Runtime error
Runtime error
Commit
·
1465757
1
Parent(s):
e6192a7
back TTS
Browse files
app.py
CHANGED
@@ -277,8 +277,8 @@ def text_to_speech_2(text):
|
|
277 |
|
278 |
Text2Sound_tool = Tool(
|
279 |
name = "Text To Sound",
|
280 |
-
|
281 |
-
func = text_to_speech_2,
|
282 |
description = "Useful when you need to convert text into sound file."
|
283 |
)
|
284 |
|
|
|
277 |
|
278 |
Text2Sound_tool = Tool(
|
279 |
name = "Text To Sound",
|
280 |
+
func = Text2Sound,
|
281 |
+
# func = text_to_speech_2,
|
282 |
description = "Useful when you need to convert text into sound file."
|
283 |
)
|
284 |
|