MotionGPT
MotionGPT copied to clipboard
Fix TypeError: Audio.__init__() got an unexpected keyword argument 'source'. Should be list type
Fix #54
I'm using the latest version of gradio. It's possible that gradio has updated the source
parameter type to list, so I've changed it accordingly.