arxivgpt kim commited on
Commit
24a0c28
ยท
verified ยท
1 Parent(s): 5f306b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -17,7 +17,7 @@ menus = {
17
  "Home": [],
18
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
19
  "Image": ["Face Swap", "Remove Background", "Compositing", "Image Matching", "URL Screenshot"],
20
- "Video": ["Remove Background", "Compositing"],
21
  "Sound": ["TTS(Voice)" ,"Image SFX", "Video SFX"],
22
  "Scripts": []
23
  }
@@ -179,7 +179,12 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "URL Scr
179
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
180
  components.iframe("https://arxivgpt-vidiscreen.hf.space", width=None, height=1800, scrolling=True)
181
 
182
-
 
 
 
 
 
183
 
184
 
185
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ
 
17
  "Home": [],
18
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
19
  "Image": ["Face Swap", "Remove Background", "Compositing", "Image Matching", "URL Screenshot"],
20
+ "Video": ["Video Music", "Remove Background", "Compositing"],
21
  "Sound": ["TTS(Voice)" ,"Image SFX", "Video SFX"],
22
  "Scripts": []
23
  }
 
179
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
180
  components.iframe("https://arxivgpt-vidiscreen.hf.space", width=None, height=1800, scrolling=True)
181
 
182
+ # 'sound' ๋ฉ”๋‰ด์—์„œ 'Video Music' ์„ ํƒ ์‹œ
183
+ if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Video Music":
184
+ st.header("Video Music")
185
+ # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
186
+ components.iframe("https://arxivgpt-vidsm.hf.space", width=None, height=1800, scrolling=True)
187
+
188
 
189
 
190
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ