Update app.py
Browse files
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(
|