SuriRaja commited on
Commit
2ac1a9c
·
1 Parent(s): a76637d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
157
  while True:
158
  frame, metrics, logs, chart, pie, captured = monitor_feed()
159
  # Format metrics display
160
- yield frame, str(metrics), logs, chart, pie, captured
161
  time.sleep(frame_rate)
162
 
163
  app.load(streaming_loop, outputs=[video_output, metrics_output, logs_output, chart_output, pie_output, captured_images])
 
157
  while True:
158
  frame, metrics, logs, chart, pie, captured = monitor_feed()
159
  # Format metrics display
160
+ yield frame, str(metrics), logs, chart, pie, captured
161
  time.sleep(frame_rate)
162
 
163
  app.load(streaming_loop, outputs=[video_output, metrics_output, logs_output, chart_output, pie_output, captured_images])