atalaydenknalbant commited on
Commit
8b3771a
·
1 Parent(s): 51ce6d8

Updated requirements

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: ASL Detector YOLOV9
3
  emoji: ✊🏼
4
  colorFrom: red
5
  colorTo: gray
 
1
  ---
2
+ title: ASL Detector YOLOV9e
3
  emoji: ✊🏼
4
  colorFrom: red
5
  colorTo: gray
app.py CHANGED
@@ -36,8 +36,8 @@ asl = gr.Interface(
36
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold")
37
  ],
38
  outputs=gr.Image(type="pil", label="Result"),
39
- title="ASL Detector YOLOv9e",
40
- description="Upload images for inference. The Ultralytics YOLOv9e model is used by default. Letter Z is not supported.",
41
  examples=[
42
  ["y.jpg", 0.25, 0.45],
43
  ["b.jpg", 0.25, 0.45],
 
36
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold")
37
  ],
38
  outputs=gr.Image(type="pil", label="Result"),
39
+ title="ASL Detector YOLOV9e",
40
+ description="Upload images for inference. The Ultralytics YOLOV9e model is used by default. Letter Z is not supported.",
41
  examples=[
42
  ["y.jpg", 0.25, 0.45],
43
  ["b.jpg", 0.25, 0.45],