arxivgpt kim commited on
Commit
b19dce0
โ€ข
1 Parent(s): e88984b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -19,7 +19,7 @@ menus = {
19
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
20
  "Image": ["Face Swap", "Remove Background", "Compositing", "Image Matching", "URL Screenshot"],
21
  "Video": ["Face Avatar", "Remove Background", "Compositing"],
22
- "Sound": ["TTS(Voice)" ,"Image SFX", "Video SFX","Image Music", "Video Music"]
23
  }
24
 
25
  # ์„ธ์…˜ ์ƒํƒœ ์ดˆ๊ธฐํ™”
@@ -223,6 +223,19 @@ if selected_menu == "BEST" and st.session_state['current_sub_menu'] == "Face Ava
223
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
224
  components.iframe("https://arxivgpt-face.hf.space", width=None, height=1800, scrolling=True)
225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
 
227
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ
228
  if selected_menu == "Home":
 
19
  "Free Stock": ["Template Video", "Search Video", "Search Image"],
20
  "Image": ["Face Swap", "Remove Background", "Compositing", "Image Matching", "URL Screenshot"],
21
  "Video": ["Face Avatar", "Remove Background", "Compositing"],
22
+ "Sound": ["TTS(Voice)" ,"Zeroshot Voice","Image SFX", "Video SFX","Image Music", "Video Music"]
23
  }
24
 
25
  # ์„ธ์…˜ ์ƒํƒœ ์ดˆ๊ธฐํ™”
 
223
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
224
  components.iframe("https://arxivgpt-face.hf.space", width=None, height=1800, scrolling=True)
225
 
226
+
227
+ # 'sound' ๋ฉ”๋‰ด์—์„œ 'Zeroshot Voice' ์„ ํƒ ์‹œ
228
+ if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Zeroshot Voice":
229
+ st.header("Zeroshot Voice")
230
+ # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
231
+ components.iframe("https://seawolf2357-vidsvclo.hf.space", width=None, height=1800, scrolling=True)
232
+
233
+ # 'BEST' ๋ฉ”๋‰ด์—์„œ 'Zeroshot Voice' ์„ ํƒ ์‹œ
234
+ if selected_menu == "BEST" and st.session_state['current_sub_menu'] == "Zeroshot Voice":
235
+ st.header("Zeroshot Voice")
236
+ # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
237
+ components.iframe("https://seawolf2357-vidsvclo.hf.space", width=None, height=1800, scrolling=True)
238
+
239
 
240
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ
241
  if selected_menu == "Home":