Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,8 @@ if selected_menu == "Home":
|
|
166 |
"ViDraft-Video-search.png",
|
167 |
"ViDraft-Image-search.png",
|
168 |
"ViDraft-TTS.png",
|
169 |
-
"ViDraft-image-remove background.png"
|
|
|
170 |
]
|
171 |
|
172 |
image_texts = [
|
@@ -174,7 +175,8 @@ if selected_menu == "Home":
|
|
174 |
"Free Stock: Video Search",
|
175 |
"Free Stock: Image Search",
|
176 |
"Multilingual Text to Speech(TTS)",
|
177 |
-
"Remove image background"
|
|
|
178 |
]
|
179 |
|
180 |
# 이미지들을 한 줄에 4장씩 배치
|
|
|
166 |
"ViDraft-Video-search.png",
|
167 |
"ViDraft-Image-search.png",
|
168 |
"ViDraft-TTS.png",
|
169 |
+
"ViDraft-image-remove background.png",
|
170 |
+
"ViDraft-image-Compositing.png"
|
171 |
]
|
172 |
|
173 |
image_texts = [
|
|
|
175 |
"Free Stock: Video Search",
|
176 |
"Free Stock: Image Search",
|
177 |
"Multilingual Text to Speech(TTS)",
|
178 |
+
"Remove image background",
|
179 |
+
"Image Compositing"
|
180 |
]
|
181 |
|
182 |
# 이미지들을 한 줄에 4장씩 배치
|