Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def merge_video(music, image):
|
|
159 |
mergedclip.to_videofile('mergedvideo.mp4')
|
160 |
return 'mergedvideo.mp4'
|
161 |
|
162 |
-
title="文生图生音乐视频 Text to Image to Music to Video"
|
163 |
|
164 |
description="An AI art generation pipeline, which supports text-to-image-to-music task."
|
165 |
|
|
|
159 |
mergedclip.to_videofile('mergedvideo.mp4')
|
160 |
return 'mergedvideo.mp4'
|
161 |
|
162 |
+
title="文生图生音乐视频 Text to Image to Music to Video with Riffusion"
|
163 |
|
164 |
description="An AI art generation pipeline, which supports text-to-image-to-music task."
|
165 |
|