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

voicemod의 docker에 camenduru가 나오죠~