arxivgpt kim commited on
Commit
e9db840
1 Parent(s): 8d65cab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -232,7 +232,8 @@ if selected_menu == "Home":
232
  "ViDraft-image-sfx.png",
233
  "ViDraft-video-sfx.png",
234
  "ViDraft-image-screen.png",
235
- "ViDraft-image-match.png"
 
236
  ]
237
 
238
  image_texts = [
@@ -248,7 +249,8 @@ if selected_menu == "Home":
248
  "Image SFX",
249
  "Video SFX",
250
  "Remote URL Screenshot",
251
- "Image Matching"
 
252
  ]
253
 
254
  for i in range(0, len(image_files), 3):
 
232
  "ViDraft-image-sfx.png",
233
  "ViDraft-video-sfx.png",
234
  "ViDraft-image-screen.png",
235
+ "ViDraft-image-match.png",
236
+ "ViDraft-sound-music.png"
237
  ]
238
 
239
  image_texts = [
 
249
  "Image SFX",
250
  "Video SFX",
251
  "Remote URL Screenshot",
252
+ "Image Matching",
253
+ "Video to Music"
254
  ]
255
 
256
  for i in range(0, len(image_files), 3):