seawolf2357 commited on
Commit
2d944d1
โ€ข
1 Parent(s): b758ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -6
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
- elif st.session_state['current_sub_menu'] == "Remove Background":
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":