seawolf2357 commited on
Commit
e26b941
1 Parent(s): 5eebf86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -5
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
- "TTS (Voice)",
166
- "ViDraft-image-remove background"
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: [email protected]
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장씩 배치