lmzjms commited on
Commit
ea5f319
·
1 Parent(s): b271de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ class ConversationBot:
193
  # "The input to this tool should be a string, representing the image_path. "),
194
  Tool(name="Generate Text From The Audio", func=self.a2t.inference,
195
  description="useful for when you want to describe an audio in text, receives audio_path as input."
196
- "The input to this tool should be a string, representing the audio_path."),
197
  # Tool(name="Audio Inpainting", func=self.inpaint.show_mel_fn,
198
  # 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, "
199
  # "The input to this tool should be a string, representing the audio_path."),
 
193
  # "The input to this tool should be a string, representing the image_path. "),
194
  Tool(name="Generate Text From The Audio", func=self.a2t.inference,
195
  description="useful for when you want to describe an audio in text, receives audio_path as input."
196
+ "The input to this tool should be a string, representing the audio_path.")]
197
  # Tool(name="Audio Inpainting", func=self.inpaint.show_mel_fn,
198
  # 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, "
199
  # "The input to this tool should be a string, representing the audio_path."),