jschwab21 commited on
Commit
6377d96
·
verified ·
1 Parent(s): 84c7196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
107
  with gr.Column():
108
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
109
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
110
- 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. Get more info about the Sickstadium project at [Strongholdlabs.io](https://strongholdlabs.io/)**", elem_classes="centered-markdown")
111
  video_url = gr.Textbox(label="Video URL:", elem_id="video_url")
112
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
113
  submit_button = gr.Button("Process Video", elem_id="submit_button")
 
107
  with gr.Column():
108
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
109
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
110
+ 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")
111
  video_url = gr.Textbox(label="Video URL:", elem_id="video_url")
112
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
113
  submit_button = gr.Button("Process Video", elem_id="submit_button")