Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ menus = {
|
|
18 |
"Free Stock": ["Template Video", "Search Video", "Search Image"],
|
19 |
"Image": ["Remove Background", "Compositing"],
|
20 |
"Video": ["Generation", "Talking Face", "Remove Background", "Compositing"],
|
21 |
-
"Sound": ["Video SFX", "Video Music",
|
22 |
"Scripts": []
|
23 |
}
|
24 |
|
|
|
18 |
"Free Stock": ["Template Video", "Search Video", "Search Image"],
|
19 |
"Image": ["Remove Background", "Compositing"],
|
20 |
"Video": ["Generation", "Talking Face", "Remove Background", "Compositing"],
|
21 |
+
"Sound": ["TTS(Voice)", "Video SFX", "Video Music","Image SFX", "Image Music"],
|
22 |
"Scripts": []
|
23 |
}
|
24 |
|