tallwhitestck commited on
Commit
f9f6205
1 Parent(s): 848e858

changed image input shaape

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def recog(img):
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
  ]
29
 
30
  output = [
 
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", source="webcam", label="Image")
28
  ]
29
 
30
  output = [