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

changed file name

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. requirements.txt +5 -1
  3. a.jpg → y.jpg +0 -0
app.py CHANGED
@@ -37,7 +37,7 @@ 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
- ["a.jpg", 0.25, 0.45],
41
  ["b.jpg", 0.25, 0.45],
42
  ]
43
  )
 
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
+ ["y.jpg", 0.25, 0.45],
41
  ["b.jpg", 0.25, 0.45],
42
  ]
43
  )
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- ultralytics
 
 
 
 
 
1
+ ultralytics
2
+ pytorch
3
+ torch
4
+ torchvision
5
+ opencv-python
a.jpg → y.jpg RENAMED
File without changes