AItool commited on
Commit
731388a
1 Parent(s): fc80f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -17,6 +17,10 @@ def classify_image(img):
17
  pred,idx,probs = learn.predict(img)
18
  return dict(zip(categories, map(float,probs)))
19
 
 
 
 
 
20
  # Cell
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
 
17
  pred,idx,probs = learn.predict(img)
18
  return dict(zip(categories, map(float,probs)))
19
 
20
+ title = "ID_edible_wild_mushroom"
21
+ description = "A deep learning based image classifier that tries to identify edible mushrooms.\nPerretxiku onen identifikagailua, deep-learning irudiak ikasita."
22
+ interpretation = "default"
23
+
24
  # Cell
25
  image = gr.inputs.Image(shape=(192, 192))
26
  label = gr.outputs.Label()