nedcpr commited on
Commit
782a99f
1 Parent(s): 040967f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
  image = gr.inputs.Image(shape=(100,100))
14
  label = gr.outputs.Label()
15
  title = "Sign Language Digit Classifier"
16
- description = "A sign language digit classifier trained on a Kaggle dataset with fast.ai. Created as a demo for fast.ai Part 1 v5 (2022). Click on an example (6, 7, and 8, respectively) or upload an image of a sign and let the model classify it for you!"
17
  interpretation='default'
18
  examples= ['IMG_4590.JPG', 'IMG_4883.JPG', 'IMG_5495.JPG']
19
  enable_queue=True
 
13
  image = gr.inputs.Image(shape=(100,100))
14
  label = gr.outputs.Label()
15
  title = "Sign Language Digit Classifier"
16
+ description = "A sign language digit classifier trained on a Kaggle dataset with fast.ai. Click on an example (6, 7, and 8) or upload an image and let the model classify it for you!"
17
  interpretation='default'
18
  examples= ['IMG_4590.JPG', 'IMG_4883.JPG', 'IMG_5495.JPG']
19
  enable_queue=True