arxivgpt kim commited on
Commit
dd4114b
โ€ข
1 Parent(s): 8920f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,7 +139,7 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Composi
139
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Face Swap":
140
  st.header("Face Swap")
141
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
142
- components.iframe("https://arxivgpt-vidifs.hf.space", width=None, height=1800, scrolling=True)
143
 
144
  # 'video' ๋ฉ”๋‰ด์—์„œ 'Compositing' ์„ ํƒ ์‹œ
145
  if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Compositing":
@@ -171,7 +171,7 @@ if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Video S
171
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Image Matching":
172
  st.header("Image Matching")
173
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
174
- components.iframe("https://arxivgpt-vidimatch.hf.space", width=None, height=1800, scrolling=True)
175
 
176
  # 'Image' ๋ฉ”๋‰ด์—์„œ 'URL Screenshot' ์„ ํƒ ์‹œ
177
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "URL Screenshot":
 
139
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Face Swap":
140
  st.header("Face Swap")
141
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
142
+ components.iframe("https://seawolf2357-vidifs.hf.space", width=None, height=1800, scrolling=True)
143
 
144
  # 'video' ๋ฉ”๋‰ด์—์„œ 'Compositing' ์„ ํƒ ์‹œ
145
  if selected_menu == "Video" and st.session_state['current_sub_menu'] == "Compositing":
 
171
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Image Matching":
172
  st.header("Image Matching")
173
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ์™ธ๋ถ€ URL ์ž„๋ฒ ๋“œ
174
+ components.iframe("https://seawolf2357-vidimatch.hf.space", width=None, height=1800, scrolling=True)
175
 
176
  # 'Image' ๋ฉ”๋‰ด์—์„œ 'URL Screenshot' ์„ ํƒ ์‹œ
177
  if selected_menu == "Image" and st.session_state['current_sub_menu'] == "URL Screenshot":