Spaces:
Runtime error
Runtime error
stupidog04
commited on
Commit
•
470a33b
1
Parent(s):
b5823a9
Update app.py
Browse files
app.py
CHANGED
@@ -245,9 +245,9 @@ gr.Interface(
|
|
245 |
],
|
246 |
[
|
247 |
gr.outputs.Video(label='Output Video'),
|
248 |
-
gr.outputs.Image(label='Output Preview', type='numpy')
|
249 |
# gr.Plot(label='Temporal Profile'),
|
250 |
-
gr.outputs.Image(label='Temporal Profile', type='numpy')
|
251 |
gr.outputs.Dataframe(headers=['Box', 'Time (s)', 'Text'], type='pandas')
|
252 |
],
|
253 |
title=title,
|
|
|
245 |
],
|
246 |
[
|
247 |
gr.outputs.Video(label='Output Video'),
|
248 |
+
gr.outputs.Image(label='Output Preview', type='numpy'),#.style(height=480)
|
249 |
# gr.Plot(label='Temporal Profile'),
|
250 |
+
gr.outputs.Image(label='Temporal Profile', type='numpy'),#.style(height=640)
|
251 |
gr.outputs.Dataframe(headers=['Box', 'Time (s)', 'Text'], type='pandas')
|
252 |
],
|
253 |
title=title,
|