Spaces:
Running
Running
seawolf2357
commited on
Commit
โข
2f686d1
1
Parent(s):
4aefbe4
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ st.sidebar.title("ViDraft")
|
|
11 |
# ๋ฉ๋ด ๋ฐ ํ์ ๋ฉ๋ด ์ ์
|
12 |
menus = {
|
13 |
"Home": [],
|
14 |
-
"Free Stock": ["Template Video", "
|
15 |
"Image": ["Generation", "Face ID", "Inpainting", "Remove Background", "Studio"],
|
16 |
"Video": ["Generation", "Talking Face", "Remove Background", "Studio"],
|
17 |
"Sound": ["Video SFX", "Video Music", "TTS(Voice)", "Image SFX", "Image Music"],
|
@@ -101,9 +101,6 @@ elif selected_menu == "Free Stock":
|
|
101 |
for index, video_file in enumerate(video_files):
|
102 |
with cols[index % 2]:
|
103 |
st.video(video_file)
|
104 |
-
elif st.session_state['current_sub_menu'] == "Template Image":
|
105 |
-
st.header("Template Images")
|
106 |
-
st.write("Find the perfect image template for your project.")
|
107 |
|
108 |
|
109 |
# 'Image' ๋ฉ๋ด ์ ํ ์ ์ฒ๋ฆฌ ๋ก์ง
|
|
|
11 |
# ๋ฉ๋ด ๋ฐ ํ์ ๋ฉ๋ด ์ ์
|
12 |
menus = {
|
13 |
"Home": [],
|
14 |
+
"Free Stock": ["Template Video", "Search Video", "Search Image"],
|
15 |
"Image": ["Generation", "Face ID", "Inpainting", "Remove Background", "Studio"],
|
16 |
"Video": ["Generation", "Talking Face", "Remove Background", "Studio"],
|
17 |
"Sound": ["Video SFX", "Video Music", "TTS(Voice)", "Image SFX", "Image Music"],
|
|
|
101 |
for index, video_file in enumerate(video_files):
|
102 |
with cols[index % 2]:
|
103 |
st.video(video_file)
|
|
|
|
|
|
|
104 |
|
105 |
|
106 |
# 'Image' ๋ฉ๋ด ์ ํ ์ ์ฒ๋ฆฌ ๋ก์ง
|