Spaces:
Running
Running
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Image S
|
|
164 |
if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Video SFX":
|
165 |
st.header("Video SFX")
|
166 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
167 |
-
components.iframe("https://
|
168 |
|
169 |
|
170 |
# 'Image' ๋ฉ๋ด์์ 'Image Matching' ์ ํ ์
|
|
|
164 |
if selected_menu == "Sound" and st.session_state['current_sub_menu'] == "Video SFX":
|
165 |
st.header("Video SFX")
|
166 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
167 |
+
components.iframe("https://fffiloni-Video-to-SoundFX.hf.space", width=None, height=1800, scrolling=True)
|
168 |
|
169 |
|
170 |
# 'Image' ๋ฉ๋ด์์ 'Image Matching' ์ ํ ์
|