EU-IA commited on
Commit
cb2ff28
·
verified ·
1 Parent(s): 707fb4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, anomalias_plot_path]
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__":