lmzjms commited on
Commit
b4b4659
1 Parent(s): f57acc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ class ConversationBot:
197
  "The input to this tool should be a string, representing the image_path. "),
198
  Tool(name="Generate Text From The Audio", func=self.a2t.inference,
199
  description="useful for when you want to describe an audio in text, receives audio_path as input."
200
- "The input to this tool should be a string, representing the audio_path.")
201
  Tool(name="Audio Inpainting", func=self.inpaint.show_mel_fn,
202
  description="useful for when you want to inpaint a mel spectrum of an audio and predict this audio, this tool will generate a mel spectrum and you can inpaint it, receives audio_path as input, "
203
  "The input to this tool should be a string, representing the audio_path.")]
 
197
  "The input to this tool should be a string, representing the image_path. "),
198
  Tool(name="Generate Text From The Audio", func=self.a2t.inference,
199
  description="useful for when you want to describe an audio in text, receives audio_path as input."
200
+ "The input to this tool should be a string, representing the audio_path."),
201
  Tool(name="Audio Inpainting", func=self.inpaint.show_mel_fn,
202
  description="useful for when you want to inpaint a mel spectrum of an audio and predict this audio, this tool will generate a mel spectrum and you can inpaint it, receives audio_path as input, "
203
  "The input to this tool should be a string, representing the audio_path.")]