jschwab21 commited on
Commit
7c6839b
·
verified ·
1 Parent(s): f2bbf05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
76
  gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
77
  gr.Markdown("### Upload your video. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
78
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
79
- description = gr.Textbox(label="Description of desired clip", elem_id="centered-markdown")
80
  submit_button = gr.Button("Process Video", elem_id="submit_button")
81
  video_output = gr.Video(label="Processed Video", elem_id="video_output")
82
  download_output = gr.File(label="Download Processed Video", elem_id="download_output")
 
76
  gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
77
  gr.Markdown("### Upload your video. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
78
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
79
+ description = gr.Textbox(label="## Description of desired clip", elem_id="centered-markdown")
80
  submit_button = gr.Button("Process Video", elem_id="submit_button")
81
  video_output = gr.Video(label="Processed Video", elem_id="video_output")
82
  download_output = gr.File(label="Download Processed Video", elem_id="download_output")