seawolf2357
commited on
Commit
•
e26b941
1
Parent(s):
5eebf86
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,9 @@ if selected_menu == "Home":
|
|
145 |
- **Scripts**: Access a wide range of scripting tools and resources to bring your stories to life.
|
146 |
|
147 |
Join us to transform your creative ideas into reality with cutting-edge technology designed for creators, by creators.
|
|
|
|
|
|
|
148 |
"""
|
149 |
st.write(welcome_text)
|
150 |
|
@@ -159,11 +162,11 @@ if selected_menu == "Home":
|
|
159 |
]
|
160 |
|
161 |
image_texts = [
|
162 |
-
"Video Template",
|
163 |
-
"Video Search",
|
164 |
-
"Image Search",
|
165 |
-
"
|
166 |
-
"
|
167 |
]
|
168 |
|
169 |
# 이미지들을 한 줄에 4장씩 배치
|
|
|
145 |
- **Scripts**: Access a wide range of scripting tools and resources to bring your stories to life.
|
146 |
|
147 |
Join us to transform your creative ideas into reality with cutting-edge technology designed for creators, by creators.
|
148 |
+
|
149 |
+
-Powered by ArXivGPT, Huggingface, Gradio, Streamlit
|
150 |
+
-Contact: arxivgpt@gmail.com
|
151 |
"""
|
152 |
st.write(welcome_text)
|
153 |
|
|
|
162 |
]
|
163 |
|
164 |
image_texts = [
|
165 |
+
"Video Template(OpenAI SORA)",
|
166 |
+
"Free Stock: Video Search",
|
167 |
+
"Free Stock: Image Search",
|
168 |
+
"Multilingual Text to Speech(TTS)",
|
169 |
+
"Remove image background"
|
170 |
]
|
171 |
|
172 |
# 이미지들을 한 줄에 4장씩 배치
|