Daniel K.Gunleiksrud
commited on
Commit
β’
38e85fc
1
Parent(s):
c02d05a
filepaths
Browse files- images/0.PNG β 0.PNG +0 -0
- images/1.PNG β 1.PNG +0 -0
- images/2.PNG β 2.PNG +0 -0
- images/3.PNG β 3.PNG +0 -0
- images/4.PNG β 4.PNG +0 -0
- images/5.PNG β 5.PNG +0 -0
- images/6.PNG β 6.PNG +0 -0
- images/7.PNG β 7.PNG +0 -0
- images/8.PNG β 8.PNG +0 -0
- images/9.PNG β 9.PNG +0 -0
- app.py +1 -1
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 = ['
|
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()
|