Shriarulmozhivarman commited on
Commit
850a6aa
1 Parent(s): a53158d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,8 +49,7 @@ def inference(img):
49
 
50
 
51
  title = 'Kenyan Food Classification '
52
- description = "Kenyan Food Classification, hello handplus, hi from dijon"
53
-
54
  examples = ['1.jpg','2.jpg','3.jpg','4.jpg']
55
 
56
  gr.Interface(inference, gr.Image(label="Input Image",type="pil"), "label", title=title,
 
49
 
50
 
51
  title = 'Kenyan Food Classification '
52
+ description = "Kenyan Food Classification"
 
53
  examples = ['1.jpg','2.jpg','3.jpg','4.jpg']
54
 
55
  gr.Interface(inference, gr.Image(label="Input Image",type="pil"), "label", title=title,