Bhaskar Saranga commited on
Commit
6d00a52
1 Parent(s): ce4a448

Fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks() as demo:
223
  with gr.Row():
224
  image_comp_output_v7 = gr.Image(type='pil', label="YOLOv7 Output Image", source="upload")
225
  image_comp_output_v8 = gr.Image(type='pil', label="YOLOv8 Output Image", source="upload")
226
- with gr.row():
227
  v7_fps_image = gr.Number(0,label='v7 FPS')
228
  v8_fps_image = gr.Number(0,label='v8 FPS')
229
 
 
223
  with gr.Row():
224
  image_comp_output_v7 = gr.Image(type='pil', label="YOLOv7 Output Image", source="upload")
225
  image_comp_output_v8 = gr.Image(type='pil', label="YOLOv8 Output Image", source="upload")
226
+ with gr.Row():
227
  v7_fps_image = gr.Number(0,label='v7 FPS')
228
  v8_fps_image = gr.Number(0,label='v8 FPS')
229