ericjedha commited on
Commit
a87f75c
·
verified ·
1 Parent(s): 21a0bec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -140,4 +140,7 @@ with gr.Blocks() as demo:
140
  video_input = gr.Video()
141
  with gr.Column():
142
  report_out = gr.Textbox(label="Verdict")
143
- chart_out = gr.
 
 
 
 
140
  video_input = gr.Video()
141
  with gr.Column():
142
  report_out = gr.Textbox(label="Verdict")
143
+ chart_out = gr.Plot()
144
+ gr.Button("Analyser").click(analyze_cat_v13_duo, inputs=video_input, outputs=[report_out, chart_out])
145
+
146
+ demo.launch()