Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,10 +99,9 @@ h3 {
|
|
99 |
|
100 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
101 |
with gr.Column():
|
102 |
-
gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown", elem_id="sickstadium-title")
|
103 |
gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
|
104 |
-
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.", elem_classes="centered-markdown")
|
105 |
-
gr.Markdown("**Skip the timeline, and don't worry about your experience in video editing. Upload your video, explain the clip you want, and let our AI do the dirty work.**", elem_classes="centered-markdown")
|
106 |
video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
|
107 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|
108 |
submit_button = gr.Button("Process Video", elem_id="submit_button")
|
|
|
99 |
|
100 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
101 |
with gr.Column():
|
102 |
+
gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
|
103 |
gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
|
104 |
+
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 experience in video editing. Upload your video, explain the clip you want, and let our AI video editor do the work for you.**", elem_classes="centered-markdown")
|
|
|
105 |
video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
|
106 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|
107 |
submit_button = gr.Button("Process Video", elem_id="submit_button")
|