Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,8 @@ if selected_menu == "Home":
|
|
182 |
"ViDraft-TTS.png",
|
183 |
"ViDraft-image-remove background.png",
|
184 |
"ViDraft-video-remove-back.png",
|
185 |
-
"ViDraft-video-comp.png"
|
|
|
186 |
]
|
187 |
|
188 |
image_texts = [
|
@@ -193,7 +194,8 @@ if selected_menu == "Home":
|
|
193 |
"Remove image background",
|
194 |
"Image Compositing",
|
195 |
"Remove Video background",
|
196 |
-
"Video Compositing"
|
|
|
197 |
]
|
198 |
|
199 |
# 이미지들을 한 줄에 4장씩 배치
|
|
|
182 |
"ViDraft-TTS.png",
|
183 |
"ViDraft-image-remove background.png",
|
184 |
"ViDraft-video-remove-back.png",
|
185 |
+
"ViDraft-video-comp.png",
|
186 |
+
"ViDraft-image-comp.png"
|
187 |
]
|
188 |
|
189 |
image_texts = [
|
|
|
194 |
"Remove image background",
|
195 |
"Image Compositing",
|
196 |
"Remove Video background",
|
197 |
+
"Video Compositing",
|
198 |
+
"Image Compositing"
|
199 |
]
|
200 |
|
201 |
# 이미지들을 한 줄에 4장씩 배치
|