Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,20 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Composi
|
|
135 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
136 |
components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=1800, scrolling=True)
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
# 'Home' ํ์ด์ง ํ์
|
140 |
if selected_menu == "Home":
|
@@ -210,12 +224,7 @@ elif selected_menu == "Video":
|
|
210 |
elif st.session_state['current_sub_menu'] == "Talking Face":
|
211 |
st.header("Talking Face Videos")
|
212 |
st.write("Generate talking face videos from images.")
|
213 |
-
|
214 |
-
st.header("Video Background Removal")
|
215 |
-
st.write("Remove backgrounds from your videos effortlessly.")
|
216 |
-
elif st.session_state['current_sub_menu'] == "Compositing":
|
217 |
-
st.header("Video Studio")
|
218 |
-
st.write("Explore our video editing studio for advanced editing.")
|
219 |
|
220 |
# 'Sound' ๋ฉ๋ด ์ ํ ์ ์ฒ๋ฆฌ ๋ก์ง
|
221 |
elif selected_menu == "Sound":
|
|
|
135 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
136 |
components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=1800, scrolling=True)
|
137 |
|
138 |
+
|
139 |
+
|
140 |
+
# 'video' ๋ฉ๋ด์์ 'Compositing' ์ ํ ์
|
141 |
+
if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Compositing":
|
142 |
+
st.header("Compositing")
|
143 |
+
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
144 |
+
components.iframe("https://arxivgpt-vidvstudio.hf.space", width=None, height=1800, scrolling=True)
|
145 |
+
|
146 |
+
# 'video' ๋ฉ๋ด์์ 'Compositing' ์ ํ ์
|
147 |
+
if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Remove Background":
|
148 |
+
st.header("Compositing")
|
149 |
+
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
150 |
+
components.iframe("https://arxivgpt-vidvback.hf.space", width=None, height=1800, scrolling=True)
|
151 |
+
|
152 |
|
153 |
# 'Home' ํ์ด์ง ํ์
|
154 |
if selected_menu == "Home":
|
|
|
224 |
elif st.session_state['current_sub_menu'] == "Talking Face":
|
225 |
st.header("Talking Face Videos")
|
226 |
st.write("Generate talking face videos from images.")
|
227 |
+
|
|
|
|
|
|
|
|
|
|
|
228 |
|
229 |
# 'Sound' ๋ฉ๋ด ์ ํ ์ ์ฒ๋ฆฌ ๋ก์ง
|
230 |
elif selected_menu == "Sound":
|