Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,9 @@ if selected_menu == "Home":
|
|
222 |
"ViDraft-image-comp.png",
|
223 |
"ViDraft-image-face swap.png",
|
224 |
"ViDraft-image-sfx.png",
|
225 |
-
"ViDraft-video-sfx.png"
|
|
|
|
|
226 |
]
|
227 |
|
228 |
image_texts = [
|
@@ -236,7 +238,9 @@ if selected_menu == "Home":
|
|
236 |
"Image Compositing",
|
237 |
"Face Swap Image",
|
238 |
"Image SFX",
|
239 |
-
"Video SFX"
|
|
|
|
|
240 |
]
|
241 |
|
242 |
for i in range(0, len(image_files), 3):
|
|
|
222 |
"ViDraft-image-comp.png",
|
223 |
"ViDraft-image-face swap.png",
|
224 |
"ViDraft-image-sfx.png",
|
225 |
+
"ViDraft-video-sfx.png",
|
226 |
+
"ViDraft-image-screen.png",
|
227 |
+
"ViDraft-image-match.png"
|
228 |
]
|
229 |
|
230 |
image_texts = [
|
|
|
238 |
"Image Compositing",
|
239 |
"Face Swap Image",
|
240 |
"Image SFX",
|
241 |
+
"Video SFX",
|
242 |
+
"Remote URL Screenshot",
|
243 |
+
"Image Matching"
|
244 |
]
|
245 |
|
246 |
for i in range(0, len(image_files), 3):
|