seawolf2357 commited on
Commit
5dc634f
ยท
verified ยท
1 Parent(s): 2d944d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Compositing")
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