s1ri1337 commited on
Commit
3e0f953
1 Parent(s): 2533886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def run_model(img):
29
 
30
  title = "Indian Sign Language Classifier"
31
  description = "<p style='text-align: center'>Classifies images from 0-9, A-Z made using Indian Sign Language"
32
- examples = ['ex1.jpg','ex2.jpg','ex3.jpg','ex4.jpg','ex5.jpg','ex6.jpg','ex7.jpg','ex8.jpg','ex9.jpg','ex10.jpg']
33
 
34
 
35
  import gradio as gr
 
29
 
30
  title = "Indian Sign Language Classifier"
31
  description = "<p style='text-align: center'>Classifies images from 0-9, A-Z made using Indian Sign Language"
32
+ examples = ['5.jpg','9.jpg','A.jpg','L.jpg','P.jpg']
33
 
34
 
35
  import gradio as gr