Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
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":
|