nehulagrawal commited on
Commit
249ea5a
·
1 Parent(s): be84dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ inputs = [
46
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
47
  title = "pancard : pancard Detection in Images"
48
 
49
- examples = [['sample/1.jpeg', 'foduucom/pan-card-detection', 640, 0.25, 0.45], ['sample/2.jpg', 'foduucom/pan-card-detection', 640, 0.25, 0.45]]
50
  demo_app = gr.Interface(
51
  fn=yolov8_inference,
52
  inputs=inputs,
 
46
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
47
  title = "pancard : pancard Detection in Images"
48
 
49
+ examples = [['sample/1.jpg', 'foduucom/pan-card-detection', 640, 0.25, 0.45], ['sample/2.jpg', 'foduucom/pan-card-detection', 640, 0.25, 0.45]]
50
  demo_app = gr.Interface(
51
  fn=yolov8_inference,
52
  inputs=inputs,