Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,9 @@ st.sidebar.title("ViDraft")
|
|
16 |
menus = {
|
17 |
"Home": [],
|
18 |
"Free Stock": ["Template Video", "Search Video", "Search Image"],
|
19 |
-
"Image": ["Face Swap", "
|
20 |
-
"Video": ["Generation", "Talking Face", "
|
21 |
-
"Sound": ["TTS(Voice)",
|
22 |
"Scripts": []
|
23 |
}
|
24 |
|
@@ -154,14 +154,14 @@ if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Remove
|
|
154 |
components.iframe("https://arxivgpt-vidvback.hf.space", width=None, height=1800, scrolling=True)
|
155 |
|
156 |
|
157 |
-
# '
|
158 |
-
if selected_menu == "
|
159 |
st.header("Image SFX")
|
160 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
161 |
components.iframe("https://arxivgpt-vidisfx.hf.space", width=None, height=1800, scrolling=True)
|
162 |
|
163 |
-
# '
|
164 |
-
if selected_menu == "
|
165 |
st.header("Video SFX")
|
166 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
167 |
components.iframe("https://arxivgpt-vidvsfx.hf.space", width=None, height=1800, scrolling=True)
|
|
|
16 |
menus = {
|
17 |
"Home": [],
|
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 |
|
|
|
154 |
components.iframe("https://arxivgpt-vidvback.hf.space", width=None, height=1800, scrolling=True)
|
155 |
|
156 |
|
157 |
+
# 'sound' ๋ฉ๋ด์์ 'SFX' ์ ํ ์
|
158 |
+
if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Image SFX":
|
159 |
st.header("Image SFX")
|
160 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
161 |
components.iframe("https://arxivgpt-vidisfx.hf.space", width=None, height=1800, scrolling=True)
|
162 |
|
163 |
+
# 'sound' ๋ฉ๋ด์์ 'SFX' ์ ํ ์
|
164 |
+
if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Video SFX":
|
165 |
st.header("Video SFX")
|
166 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
167 |
components.iframe("https://arxivgpt-vidvsfx.hf.space", width=None, height=1800, scrolling=True)
|