jschwab21 commited on
Commit
84402a9
·
verified ·
1 Parent(s): f53d08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
191
  video_url = gr.Textbox(label="Video URL:")
192
  video_file = gr.File(label="Upload Video File:", type="binary")
193
  description = gr.Textbox(label="Describe your clip:")
194
- submit_button = gr.Button("Process Video")
195
  video_output = gr.Video(label="Processed Video")
196
  download_output = gr.File(label="Download Processed Video")
197
  sentiment_output = gr.Plot(label="Sentiment Analysis") # Changed from Markdown to Plot
 
191
  video_url = gr.Textbox(label="Video URL:")
192
  video_file = gr.File(label="Upload Video File:", type="binary")
193
  description = gr.Textbox(label="Describe your clip:")
194
+ submit_button = gr.Button("Process Video", elem_id="submit_button")
195
  video_output = gr.Video(label="Processed Video")
196
  download_output = gr.File(label="Download Processed Video")
197
  sentiment_output = gr.Plot(label="Sentiment Analysis") # Changed from Markdown to Plot