arxivgpt kim commited on
Commit
3cb39d5
1 Parent(s): b60f308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -200,7 +200,9 @@ if selected_menu == "Home":
200
  "ViDraft-video-remove-back.png",
201
  "ViDraft-video-comp.png",
202
  "ViDraft-image-comp.png",
203
- "ViDraft-image-face swap.png"
 
 
204
  ]
205
 
206
  image_texts = [
@@ -212,7 +214,9 @@ if selected_menu == "Home":
212
  "Remove Video background",
213
  "Video Compositing",
214
  "Image Compositing",
215
- "Face Swap Image"
 
 
216
  ]
217
 
218
  for i in range(0, len(image_files), 3):
 
200
  "ViDraft-video-remove-back.png",
201
  "ViDraft-video-comp.png",
202
  "ViDraft-image-comp.png",
203
+ "ViDraft-image-face swap.png",
204
+ "ViDraft-image-sfx.png",
205
+ "ViDraft-video-sfx.png"
206
  ]
207
 
208
  image_texts = [
 
214
  "Remove Video background",
215
  "Video Compositing",
216
  "Image Compositing",
217
+ "Face Swap Image",
218
+ "Image SFX",
219
+ "Video SFX"
220
  ]
221
 
222
  for i in range(0, len(image_files), 3):