Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|