Lord Walnuts commited on
Commit
1b37606
1 Parent(s): 6d31732

changed examples

Browse files
Files changed (5) hide show
  1. ada1.jpg +0 -0
  2. ada2.jpg +0 -0
  3. app.py +1 -1
  4. tom1.jpg +0 -0
  5. tom3.jpeg +0 -0
ada1.jpg ADDED
ada2.jpg DELETED
Binary file (94.9 kB)
 
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
- examples = ['art1.jpg','john1.jpg','tom3.jpeg','ada2.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
18
  intf.launch(inline=False)
 
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
+ examples = ['art1.jpg','john1.jpg','ada1.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
18
  intf.launch(inline=False)
tom1.jpg DELETED
Binary file (27 kB)
 
tom3.jpeg DELETED
Binary file (214 kB)