Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
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' ํ์ด์ง ํ์
|