▲yeorinhieut 2024-01-17 | parent | ★ favorite | on: Show GN: AI가 스스로 가사를 생성하고 노래를 불러주는 무료 서비스(seawolf2357-hyejasong.hf.space)def generate_song(melody, lyrics): client = Client("https://voicemod-text-to-sing.hf.space/") result = client.predict(melody, lyrics, fn_index=1) return result # Assuming the result is a string ▲aitechtree 2024-01-18 [-]voicemod의 docker에 camenduru가 나오죠~ 답변달기
def generate_song(melody, lyrics):
client = Client("https://voicemod-text-to-sing.hf.space/")
result = client.predict(melody, lyrics, fn_index=1)
return result # Assuming the result is a string