lmzjms commited on
Commit
fddf093
·
1 Parent(s): 26b7b0f

Update audio_foundation_models.py

Browse files
Files changed (1) hide show
  1. audio_foundation_models.py +2 -2
audio_foundation_models.py CHANGED
@@ -284,8 +284,8 @@ class TTS:
284
  # description="useful for when you want to convert a user input text into speech audio it saved it to a file."
285
  # "The input to this tool should be a string, "
286
  # "representing the text used to be converted to speech.")
287
- @prompts(name="",
288
- description="useful for when you want to convert a user input text into speech audio it saved it to a file."
289
  "The input to this tool should be a string, "
290
  "representing the text used to be converted to speech.")
291
  def inference(self, text):
 
284
  # description="useful for when you want to convert a user input text into speech audio it saved it to a file."
285
  # "The input to this tool should be a string, "
286
  # "representing the text used to be converted to speech.")
287
+ @prompts(name="Synthesize Speech Given the User Input Text",
288
+ description=""
289
  "The input to this tool should be a string, "
290
  "representing the text used to be converted to speech.")
291
  def inference(self, text):