Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Composi
|
|
145 |
|
146 |
# 'video' ๋ฉ๋ด์์ 'Compositing' ์ ํ ์
|
147 |
if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Remove Background":
|
148 |
-
st.header("
|
149 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
150 |
components.iframe("https://arxivgpt-vidvback.hf.space", width=None, height=1800, scrolling=True)
|
151 |
|
|
|
145 |
|
146 |
# 'video' ๋ฉ๋ด์์ 'Compositing' ์ ํ ์
|
147 |
if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Remove Background":
|
148 |
+
st.header("Remove Background")
|
149 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
150 |
components.iframe("https://arxivgpt-vidvback.hf.space", width=None, height=1800, scrolling=True)
|
151 |
|