From 89d47f02fe6aeceea48b905b74b1eadb7b0a8c66 Mon Sep 17 00:00:00 2001 From: Rongjiehuang <935012782@qq.com> Date: Sun, 16 Apr 2023 19:30:31 +0800 Subject: [PATCH] clean --- audio-chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio-chatgpt.py b/audio-chatgpt.py index 7431465..3dabf27 100644 --- a/audio-chatgpt.py +++ b/audio-chatgpt.py @@ -1066,7 +1066,7 @@ class ConversationBot: Tool(name="Generate a talking human portrait video given a input Audio", func=self.geneface.inference, description="useful for when you want to generate a talking human portrait video given a input audio." "The input to this tool should be a string, representing the audio_path."), - Tool(name="Sythesize Binaural Audio From A Mono Audio Input", func=self.binaural.inference, + Tool(name="Generate Binaural Audio From A Mono Audio Input", func=self.binaural.inference, description="useful for when you want to transfer your mono audio into binaural audio, receives audio_path as input. " "The input to this tool should be a string, representing the audio_path. "), Tool(name="Extract Sound Event From Mixture Audio Based On Language Description", func=self.extraction.inference,