jschwab21 commited on
Commit
8349e5c
·
verified ·
1 Parent(s): 5deaa7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
184
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
185
  submit_button = gr.Button("Process Video", elem_id="submit_button")
186
  video_output = gr.Video(label="Processed Video", elem_id="video_output")
187
- download_output = gr.File(label="Download Processed Video", elem_id="download_output", type="file") # Define this here
188
  sentiment_plot = gr.Plot(label="Sentiment Distribution", elem_id="sentiment_plot") # Adding elem_id for clarity
189
 
190
  submit_button.click(
 
184
  description = gr.Textbox(label="Describe your clip:", elem_id="description")
185
  submit_button = gr.Button("Process Video", elem_id="submit_button")
186
  video_output = gr.Video(label="Processed Video", elem_id="video_output")
187
+ download_output = gr.File(label="Download Processed Video", elem_id="download_output", type="binary") # Define this here
188
  sentiment_plot = gr.Plot(label="Sentiment Distribution", elem_id="sentiment_plot") # Adding elem_id for clarity
189
 
190
  submit_button.click(