Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,8 @@ if selected_menu == "Home":
|
|
241 |
"ViDraft-video-sfx.png",
|
242 |
"ViDraft-image-screen.png",
|
243 |
"ViDraft-image-match.png",
|
244 |
-
"ViDraft-sound-music.png"
|
|
|
245 |
]
|
246 |
|
247 |
image_texts = [
|
@@ -258,7 +259,8 @@ if selected_menu == "Home":
|
|
258 |
"Video SFX",
|
259 |
"Remote URL Screenshot",
|
260 |
"Image Matching",
|
261 |
-
"Video to Music"
|
|
|
262 |
]
|
263 |
|
264 |
for i in range(0, len(image_files), 3):
|
|
|
241 |
"ViDraft-video-sfx.png",
|
242 |
"ViDraft-image-screen.png",
|
243 |
"ViDraft-image-match.png",
|
244 |
+
"ViDraft-sound-music.png",
|
245 |
+
"ViDraft-image-music.png"
|
246 |
]
|
247 |
|
248 |
image_texts = [
|
|
|
259 |
"Video SFX",
|
260 |
"Remote URL Screenshot",
|
261 |
"Image Matching",
|
262 |
+
"Video to Music",
|
263 |
+
"Image to Music"
|
264 |
]
|
265 |
|
266 |
for i in range(0, len(image_files), 3):
|