Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8b3771a
1
Parent(s):
51ce6d8
Updated requirements
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: ASL Detector
|
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
|
40 |
-
description="Upload images for inference. The Ultralytics
|
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],
|