arxivgpt kim commited on
Commit
98f2057
1 Parent(s): 15f8474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -18,7 +18,7 @@ menus = {
18
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
19
  "Image": ["Face Swap", "Remove Background", "Compositing"],
20
  "Video": ["Generation", "Talking Face", "Remove Background", "Compositing"],
21
- "Sound": ["TTS(Voice)" ,"Image SFX","Video SFX", "Image Music","Video Music"],
22
  "Scripts": []
23
  }
24
 
@@ -249,16 +249,6 @@ elif selected_menu == "Video":
249
  st.header("Talking Face Videos")
250
  st.write("Generate talking face videos from images.")
251
 
252
-
253
- # 'Sound' 메뉴 선택 시 처리 로직
254
- elif selected_menu == "Sound":
255
- elif st.session_state['current_sub_menu'] == "Video Music":
256
- st.header("Video Music")
257
- st.write("Find the perfect music for your video content.")
258
- elif st.session_state['current_sub_menu'] == "Image Music":
259
- st.header("Image Music")
260
- st.write("Associate music tracks with your images.")
261
-
262
 
263
  # 'Scripts' 메뉴 선택 시 처리 로직
264
  elif selected_menu == "Scripts":
 
18
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
19
  "Image": ["Face Swap", "Remove Background", "Compositing"],
20
  "Video": ["Generation", "Talking Face", "Remove Background", "Compositing"],
21
+ "Sound": ["TTS(Voice)" ,"Image SFX", "Video SFX"],
22
  "Scripts": []
23
  }
24
 
 
249
  st.header("Talking Face Videos")
250
  st.write("Generate talking face videos from images.")
251
 
 
 
 
 
 
 
 
 
 
 
252
 
253
  # 'Scripts' 메뉴 선택 시 처리 로직
254
  elif selected_menu == "Scripts":