mohamedsaeed823
commited on
Commit
•
4fa20fc
1
Parent(s):
82e988a
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def recognize_gesture(image):
|
|
59 |
|
60 |
iface = gr.Interface(
|
61 |
fn=recognize_gesture,
|
62 |
-
inputs=["
|
63 |
outputs="text", # Output type: text
|
64 |
title="Arabic Sign Language Character Recognition",
|
65 |
description="Upload an image to recognize the character",
|
|
|
59 |
|
60 |
iface = gr.Interface(
|
61 |
fn=recognize_gesture,
|
62 |
+
inputs=gr.Image(sources=["upload","clipboard"]), # Input type: image
|
63 |
outputs="text", # Output type: text
|
64 |
title="Arabic Sign Language Character Recognition",
|
65 |
description="Upload an image to recognize the character",
|