Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,11 +128,30 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Remove
|
|
| 128 |
components.iframe("https://seawolf2357-gttstest.hf.space", width=None, height=600, scrolling=True)
|
| 129 |
|
| 130 |
|
| 131 |
-
|
| 132 |
# 'Home' νμ΄μ§ νμ
|
| 133 |
if selected_menu == "Home":
|
| 134 |
st.header("Welcome to ViDraft")
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
elif selected_menu == "Free Stock":
|
| 137 |
# 'Free Stock' λ©λ΄ μ ν μ μ²λ¦¬ λ‘μ§
|
| 138 |
if st.session_state['current_sub_menu'] == "Template Video":
|
|
|
|
| 128 |
components.iframe("https://seawolf2357-gttstest.hf.space", width=None, height=600, scrolling=True)
|
| 129 |
|
| 130 |
|
| 131 |
+
|
| 132 |
# 'Home' νμ΄μ§ νμ
|
| 133 |
if selected_menu == "Home":
|
| 134 |
st.header("Welcome to ViDraft")
|
| 135 |
+
|
| 136 |
+
# banner.jpg νμΌμ νλ©΄ μλ¨μ νμ
|
| 137 |
+
st.image("banner.jpg", use_column_width=True)
|
| 138 |
+
|
| 139 |
+
# νμ λ©μμ§ λ° μλΉμ€ μ€λͺ
|
| 140 |
+
welcome_text = """
|
| 141 |
+
Welcome to our dynamic platform, where creativity meets technology across a vast spectrum of multimedia services. Our service offers an extensive array of options for every multimedia need:
|
| 142 |
+
|
| 143 |
+
- **Home**: Start your journey here with us, where innovation meets functionality.
|
| 144 |
+
- **Free Stock**: Dive into our rich collection of template videos, search for the perfect video or image to complement your project.
|
| 145 |
+
- **Image**: Explore our advanced image services including AI-powered generation, facial recognition, inpainting, background removal, and our comprehensive image studio.
|
| 146 |
+
- **Video**: Unleash your creativity with video generation, talking face animations, background removal, and access to our state-of-the-art video studio.
|
| 147 |
+
- **Sound**: Enhance your projects with video sound effects (SFX), curated video music, text-to-speech (TTS) services, image SFX, and image music integration.
|
| 148 |
+
- **Scripts**: Access a wide range of scripting tools and resources to bring your stories to life.
|
| 149 |
+
|
| 150 |
+
Join us to transform your creative ideas into reality with cutting-edge technology designed for creators, by creators.
|
| 151 |
+
"""
|
| 152 |
+
st.write(welcome_text)
|
| 153 |
+
|
| 154 |
+
|
| 155 |
elif selected_menu == "Free Stock":
|
| 156 |
# 'Free Stock' λ©λ΄ μ ν μ μ²λ¦¬ λ‘μ§
|
| 157 |
if st.session_state['current_sub_menu'] == "Template Video":
|