Spaces:
Runtime error
Runtime error
Commit
·
7e24a98
1
Parent(s):
e1642c6
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_asl(img):
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
image = gr.inputs.Image(shape = (128,128))
|
14 |
-
label = gr.outputs.Label(num_top_classes=
|
15 |
title = "ASL Classifier"
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
image = gr.inputs.Image(shape = (128,128))
|
14 |
+
label = gr.outputs.Label(num_top_classes=29)
|
15 |
title = "ASL Classifier"
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|