jschwab21 commited on
Commit
39643f3
·
verified ·
1 Parent(s): 01cbe49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,8 +135,9 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
135
  with gr.Column():
136
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
137
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
 
138
  video_url = gr.Textbox(label="Video URL:", elem_id="video_url")
139
- video_file = gr.File(label="Upload Video File", type="binary", file_types=["video"], interactive=True)
140
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
141
  submit_button = gr.Button("Process Video", elem_id="submit_button")
142
  video_output = gr.Video(label="Processed Video", elem_id="video_output")
 
135
  with gr.Column():
136
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
137
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
138
+ 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")
139
  video_url = gr.Textbox(label="Video URL:", elem_id="video_url")
140
+ video_file = gr.File(label="Upload Video File:", elem_id="video_file")
141
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
142
  submit_button = gr.Button("Process Video", elem_id="submit_button")
143
  video_output = gr.Video(label="Processed Video", elem_id="video_output")