stupidog04 commited on
Commit
e72880c
1 Parent(s): a530f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ gr.Interface(
240
  [
241
  gr.outputs.Video(label='Output Video'),
242
  gr.outputs.Image(label='Output Preview', type='numpy'),
243
- gr.outputs.Plot(label='Temporal Profile'),
244
  gr.outputs.Dataframe(headers=['Box', 'Time (s)', 'Text'], type='pandas', max_rows=15)
245
  ],
246
  title=title,
 
240
  [
241
  gr.outputs.Video(label='Output Video'),
242
  gr.outputs.Image(label='Output Preview', type='numpy'),
243
+ gr.Plot(label='Temporal Profile'),
244
  gr.outputs.Dataframe(headers=['Box', 'Time (s)', 'Text'], type='pandas', max_rows=15)
245
  ],
246
  title=title,