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