Spaces:
Runtime error
Runtime error
Commit
·
8bec7d4
1
Parent(s):
4066358
remove tool TTS
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ def Text2Sound(text):
|
|
224 |
|
225 |
Text2Sound_tool = Tool(
|
226 |
name = "Text To Sound",
|
227 |
-
func = Text2Sound.run,
|
228 |
description = "Useful when you need to convert text into sound file."
|
229 |
)
|
230 |
|
|
|
224 |
|
225 |
Text2Sound_tool = Tool(
|
226 |
name = "Text To Sound",
|
227 |
+
# func = Text2Sound.run,
|
228 |
description = "Useful when you need to convert text into sound file."
|
229 |
)
|
230 |
|