Spaces:
Runtime error
Runtime error
Yousef Rafat
commited on
Commit
·
179b0f6
1
Parent(s):
bf02e71
Added Unsafe Fungi
Browse files- Death-cap-mushroom.jpg +0 -0
- app.py +1 -1
- poisonous fungi.jpeg +0 -0
Death-cap-mushroom.jpg
ADDED
app.py
CHANGED
@@ -23,7 +23,7 @@ from gradio.components import Image, Label
|
|
23 |
label = Label()
|
24 |
image = Image() #shape = (192, 192)
|
25 |
examples=[
|
26 |
-
"healthy_fungi.jpg", "
|
27 |
|
28 |
|
29 |
intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
|
|
|
23 |
label = Label()
|
24 |
image = Image() #shape = (192, 192)
|
25 |
examples=[
|
26 |
+
"healthy_fungi.jpg", "Death-cap-mushroom.jpg"]
|
27 |
|
28 |
|
29 |
intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
|
poisonous fungi.jpeg
DELETED
Binary file (593 kB)
|
|