const generateMusicVideo = async () => const response = await axios.post('/api/music-video', song, videoClips, textOverlay, );
const musicVideoUrl = response.data.url; // Display the music video to the user ; vicoletta link
const generateMusicVideo = async () => const response = await axios.post('/api/music-video', song, videoClips, textOverlay, );
const musicVideoUrl = response.data.url; // Display the music video to the user ;