seawolf2357 commited on
Commit
b758ac3
ยท
verified ยท
1 Parent(s): 6272ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,11 +129,11 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Remove
129
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
130
  components.iframe("https://arxivgpt-vidnuki.hf.space", width=None, height=768, scrolling=True)
131
 
132
- # 'Image' ๋ฉ”๋‰ด์—์„œ 'Remove Background' ์„ ํƒ ์‹œ
133
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Compositing":
134
  st.header("Compositing")
135
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
136
- components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=768, scrolling=True)
137
 
138
 
139
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ
 
129
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
130
  components.iframe("https://arxivgpt-vidnuki.hf.space", width=None, height=768, scrolling=True)
131
 
132
+ # 'Image' ๋ฉ”๋‰ด์—์„œ 'Compositing' ์„ ํƒ ์‹œ
133
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Compositing":
134
  st.header("Compositing")
135
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
136
+ components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=1800, scrolling=True)
137
 
138
 
139
  # 'Home' ํŽ˜์ด์ง€ ํ‘œ์‹œ