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

Update interfacetest2.py

Browse files
Files changed (1) hide show
  1. interfacetest2.py +2 -2
interfacetest2.py CHANGED
@@ -261,8 +261,8 @@ interface = gr.Interface(
261
  gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
262
  ],
263
  outputs=gr.Video(label="Processed Video"),
264
- title="YOLO Video Detection",
265
- description="Upload a video to run YOLO detection with custom parameters."
266
  )
267
 
268
  # Set up FastAPI app
 
261
  gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
262
  ],
263
  outputs=gr.Video(label="Processed Video"),
264
+ title="Retail Shop Monitoring",
265
+ # description="Upload a video to check "
266
  )
267
 
268
  # Set up FastAPI app