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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
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")
 
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", interactive=True, file_types=["video"], type="binary")
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")