Myogyi commited on
Commit
a28554b
·
1 Parent(s): f6cf90e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ interface = gr.Interface(
182
  gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
183
  ],
184
  outputs=gr.Video(label="Processed Video"),
185
- title="YOLO Video Detection",
186
- description="Upload a video to run YOLO detection with custom parameters."
187
  )
188
 
189
  interface.launch()
 
182
  gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
183
  ],
184
  outputs=gr.Video(label="Processed Video"),
185
+ title="Retail Shop Monitoring System",
186
+ # description="Upload a video to run YOLO detection with custom parameters."
187
  )
188
 
189
  interface.launch()