Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -326,7 +326,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 326 |
analyze_button.click(
|
| 327 |
fn=run_full_analysis,
|
| 328 |
inputs=[video_input, descriptions_input, start_frame_input, end_frame_input],
|
| 329 |
-
outputs=[extracted_frames_img, plot_fidelidade, plot_cor, plot_foco, plot_semantico,
|
| 330 |
)
|
| 331 |
|
| 332 |
if __name__ == "__main__":
|
|
|
|
| 326 |
analyze_button.click(
|
| 327 |
fn=run_full_analysis,
|
| 328 |
inputs=[video_input, descriptions_input, start_frame_input, end_frame_input],
|
| 329 |
+
outputs=[extracted_frames_img, plot_fidelidade, plot_cor, plot_foco, plot_semantico, plot_anomalias] # <-- LINHA CORRIGIDA
|
| 330 |
)
|
| 331 |
|
| 332 |
if __name__ == "__main__":
|