SalmanAboAraj commited on
Commit
70b5686
·
1 Parent(s): 305a9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def classify_image(img):
34
  # %% app.ipynb 4
35
  image=gr.inputs.Image(shape=(512,512))
36
  label=gr.outputs.Label()
37
- examples=['1.jpeg','10.png','2.png','9.jpeg','3.jpeg','4.jpeg','5.jpeg','6.jpeg','7.jpeg',
38
- '8.jpeg','9.jpeg','b.jpeg','d.jpeg','f.jpg','e.jpg']
39
 
40
 
41
  interface=gr.Interface(fn=classify_image, inputs=image ,outputs=label,examples=examples)
 
34
  # %% app.ipynb 4
35
  image=gr.inputs.Image(shape=(512,512))
36
  label=gr.outputs.Label()
37
+ examples=['1.jpg','10.jpg','2.jpeg','9.jpg','3.jpg','4.jpg','5.jpg','6.png','7.jpg',
38
+ '8.jpeg','9.jpg','b.jpg','d.jpg','f.jpg','e.jpg']
39
 
40
 
41
  interface=gr.Interface(fn=classify_image, inputs=image ,outputs=label,examples=examples)