Commit
·
d78b5b3
1
Parent(s):
508ef58
edit decription text
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def recog(img):
|
|
22 |
|
23 |
|
24 |
title = "ASL Fingerspelling Recognition"
|
25 |
-
desc = "A Gradio demonstration for ASL fingerspelling recognition. Use your webcam to take a snapshot of your hand forming any of the ASL alphabet signs
|
26 |
input = [
|
27 |
gr.inputs.Image(type="pil", shape=(200,200), source="webcam", label="Image")
|
28 |
]
|
|
|
22 |
|
23 |
|
24 |
title = "ASL Fingerspelling Recognition"
|
25 |
+
desc = "<p style='text-align:center'>A Gradio demonstration for ASL fingerspelling recognition. Use your webcam to take a snapshot of your hand forming any of the ASL alphabet signs.</p>"
|
26 |
input = [
|
27 |
gr.inputs.Image(type="pil", shape=(200,200), source="webcam", label="Image")
|
28 |
]
|