flobbit commited on
Commit
ecc6c9d
1 Parent(s): dc6587c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ examples = ['steak.jpg', 'tacos.jpg', 'salmon.jpg']
28
 
29
  # Cell
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
31
- title="Food Classifier", description="Trained on only URLs.FOODS image set. Provide an image or select from one below.")
32
  intf.launch()
 
28
 
29
  # Cell
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
31
+ title="Food Classifier", description="Trained on the image set at https://s3.amazonaws.com/fast-ai-imageclas/food-101.tgz using ResNet34. Provide an image or select from one below.")
32
  intf.launch()