Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,9 @@ def save_uploaded_file(uploaded_file):
|
|
185 |
|
186 |
with gr.Blocks(theme=custom_theme) as demo:
|
187 |
with gr.Column():
|
188 |
-
gr.Markdown("# **Sickstadium AI**")
|
|
|
|
|
189 |
video_url = gr.Textbox(label="Video URL:")
|
190 |
video_file = gr.File(label="Upload Video File:", type="binary")
|
191 |
description = gr.Textbox(label="Describe your clip:")
|
|
|
185 |
|
186 |
with gr.Blocks(theme=custom_theme) as demo:
|
187 |
with gr.Column():
|
188 |
+
gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
|
189 |
+
gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
|
190 |
+
gr.Markdown("**Welcome to Sickstadium AI. Our goal is to empower content creators with the ability to tell their stories without the friction of traditional video editing software. Skip the timeline, and don't worry about your video editing skills. Upload your video, describe the clip you want, and let our AI video editor do the work for you. Get more info about the Sickstadium project at [Strongholdlabs.io](https://strongholdlabs.io/)**", elem_classes="centered-markdown")
|
191 |
video_url = gr.Textbox(label="Video URL:")
|
192 |
video_file = gr.File(label="Upload Video File:", type="binary")
|
193 |
description = gr.Textbox(label="Describe your clip:")
|