pispolita commited on
Commit
e9533e2
1 Parent(s): 21c7ff6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def classify_image(img):
30
  pred, idx, probs = learn.predict(img)
31
  return dict(zip(categories, map(float, probs)))
32
 
 
33
  image = gr.inputs.Image(shape=(224, 224))
34
  label = gr.outputs.Label()
35
 
 
30
  pred, idx, probs = learn.predict(img)
31
  return dict(zip(categories, map(float, probs)))
32
 
33
+ gr.HTML(title)
34
  image = gr.inputs.Image(shape=(224, 224))
35
  label = gr.outputs.Label()
36