ankanpy commited on
Commit
e242941
·
verified ·
1 Parent(s): d828ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(title="Lane Detection using OpenCV") as demo:
247
  with gr.Row(equal_height=True):
248
  process_button = gr.Button("Process Video")
249
  clear_points_button = gr.Button("Clear Points")
250
- output_video = gr.Video(label="Processed Video")
251
 
252
  # Extract the first frame and store it
253
  extract_frame_button.click(
 
247
  with gr.Row(equal_height=True):
248
  process_button = gr.Button("Process Video")
249
  clear_points_button = gr.Button("Clear Points")
250
+ output_video = gr.Video(label="Processed Video", width=640, height=360)
251
 
252
  # Extract the first frame and store it
253
  extract_frame_button.click(