lkp72 commited on
Commit
e7eb2d4
·
verified ·
1 Parent(s): 896b737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -46,8 +46,7 @@ interface_image = gr.Interface(
46
  inputs=inputs_image,
47
  outputs=outputs_image,
48
  title="ITI107 Assignment - 4744695Y",
49
- description="Taxi & License Plate Detection using YOLOv8",
50
- examples="https://drive.google.com/drive/folders/15cwYiMF9axox-i4fC5ut5GLMaka7o_f4?usp=sharing"
51
  )
52
 
53
  inputs_video = gr.Video(label="Input Video")
@@ -57,8 +56,7 @@ interface_video = gr.Interface(
57
  inputs=inputs_video,
58
  outputs=outputs_video,
59
  title="ITI107 Assignment - 4744695Y",
60
- description="Taxi & License Plate Detection using YOLOv8",
61
- examples="https://drive.google.com/drive/folders/15cwYiMF9axox-i4fC5ut5GLMaka7o_f4?usp=sharing"
62
  )
63
 
64
  gr.TabbedInterface(
 
46
  inputs=inputs_image,
47
  outputs=outputs_image,
48
  title="ITI107 Assignment - 4744695Y",
49
+ description="Taxi & License Plate Detection using YOLOv8"
 
50
  )
51
 
52
  inputs_video = gr.Video(label="Input Video")
 
56
  inputs=inputs_video,
57
  outputs=outputs_video,
58
  title="ITI107 Assignment - 4744695Y",
59
+ description="Taxi & License Plate Detection using YOLOv8"
 
60
  )
61
 
62
  gr.TabbedInterface(