Spaces:
Build error
Build error
Update app.py
Browse files
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.")]
|