Spaces:
Running
on
Zero
Running
on
Zero
atalaydenknalbant
commited on
Commit
·
18621e1
1
Parent(s):
5e7445c
added requirements
Browse files
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 |
-
[
|
41 |
-
[
|
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 |
|