Daniel K.Gunleiksrud commited on
Commit
38e85fc
β€’
1 Parent(s): c02d05a
images/0.PNG β†’ 0.PNG RENAMED
File without changes
images/1.PNG β†’ 1.PNG RENAMED
File without changes
images/2.PNG β†’ 2.PNG RENAMED
File without changes
images/3.PNG β†’ 3.PNG RENAMED
File without changes
images/4.PNG β†’ 4.PNG RENAMED
File without changes
images/5.PNG β†’ 5.PNG RENAMED
File without changes
images/6.PNG β†’ 6.PNG RENAMED
File without changes
images/7.PNG β†’ 7.PNG RENAMED
File without changes
images/8.PNG β†’ 8.PNG RENAMED
File without changes
images/9.PNG β†’ 9.PNG RENAMED
File without changes
app.py CHANGED
@@ -15,7 +15,7 @@ def classify(img):
15
 
16
  image = gr.inputs.Image(shape=(192,192))
17
  label = gr.outputs.Label()
18
- examples = ['images/0.png','images/1.png','images/2.png','images/3.png','images/4.png','images/5.png','images/6.png','images/7.png','images/8.png','images/9.png']
19
 
20
  iface = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples)
21
  iface.launch()
 
15
 
16
  image = gr.inputs.Image(shape=(192,192))
17
  label = gr.outputs.Label()
18
+ examples = ['0.png','1.png','2.png','3.png','4.png','5.png','6.png','7.png','8.png','9.png']
19
 
20
  iface = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples)
21
  iface.launch()