Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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
|
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()
|