Spaces:
Running
Running
seawolf2357
commited on
Commit
•
eccd417
1
Parent(s):
0321ff4
Update app.py
Browse files
app.py
CHANGED
@@ -154,13 +154,15 @@ if selected_menu == "Home":
|
|
154 |
"ViDraft-Video-Templet.png",
|
155 |
"ViDraft-Video-search.png",
|
156 |
"ViDraft-Image-search.png",
|
157 |
-
"ViDraft-TTS.png"
|
|
|
158 |
]
|
159 |
image_texts = [
|
160 |
"Video Template",
|
161 |
"Video Search",
|
162 |
"Image Search",
|
163 |
-
"TTS (Voice)"
|
|
|
164 |
]
|
165 |
for col, img_file, img_text in zip(cols, image_files, image_texts):
|
166 |
with col:
|
|
|
154 |
"ViDraft-Video-Templet.png",
|
155 |
"ViDraft-Video-search.png",
|
156 |
"ViDraft-Image-search.png",
|
157 |
+
"ViDraft-TTS.png",
|
158 |
+
"ViDraft-image-remove background.png"
|
159 |
]
|
160 |
image_texts = [
|
161 |
"Video Template",
|
162 |
"Video Search",
|
163 |
"Image Search",
|
164 |
+
"TTS (Voice)",
|
165 |
+
"ViDraft-image-remove background"
|
166 |
]
|
167 |
for col, img_file, img_text in zip(cols, image_files, image_texts):
|
168 |
with col:
|