seawolf2357 commited on
Commit
6272ab8
·
verified ·
1 Parent(s): cbf3203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "TTS(Voice)", "Image SFX", "Image 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