atalaydenknalbant commited on
Commit
18621e1
·
1 Parent(s): 5e7445c

added requirements

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ asl = gr.Interface(
37
  title="ASL Detector YOLOv9e",
38
  description="Upload images for inference. The Ultralytics YOLOv9e model is used by default. Letter Z is not supported.",
39
  examples=[
40
- [ASSETS / "a.jpg", 0.25, 0.45],
41
- [ASSETS / "b.jpg", 0.25, 0.45],
42
  ]
43
  )
44
 
 
37
  title="ASL Detector YOLOv9e",
38
  description="Upload images for inference. The Ultralytics YOLOv9e model is used by default. Letter Z is not supported.",
39
  examples=[
40
+ ["a.jpg", 0.25, 0.45],
41
+ ["b.jpg", 0.25, 0.45],
42
  ]
43
  )
44