OuroborosM commited on
Commit
f2657c4
·
1 Parent(s): 8bec7d4

correct error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -224,6 +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
  )
 
224
 
225
  Text2Sound_tool = Tool(
226
  name = "Text To Sound",
227
+ func = print("TTS"),
228
  # func = Text2Sound.run,
229
  description = "Useful when you need to convert text into sound file."
230
  )