nitishkumargundapu793 commited on
Commit
0777e5a
1 Parent(s): 86f7323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,5 +48,5 @@ def classifier(Imgarr):
48
  interface = gr.Interface(classifier,gr.inputs.Image(shape=(50,50)),outputs = "text",
49
  description="Classifier of Aging Signs of Images",
50
  title="Aging Signs Classifier",
51
- examples=[['42.jpg'],['56.jpg'],['64.jpg']])
52
  interface.launch()
 
48
  interface = gr.Interface(classifier,gr.inputs.Image(shape=(50,50)),outputs = "text",
49
  description="Classifier of Aging Signs of Images",
50
  title="Aging Signs Classifier",
51
+ examples=[['42.jpg'],['778.jpg'],['1836.png'],['71.jpg'],['56.jpg']])
52
  interface.launch()