Spaces:
Running
Running
better title and description
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Food Image Classifier
|
3 |
emoji: 🥟
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: Food Image Classifier (Food-101|ResNet50|fast.ai)
|
3 |
emoji: 🥟
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
app.py
CHANGED
@@ -21,8 +21,8 @@ with open('gradio_article.md') as f:
|
|
21 |
article = f.read()
|
22 |
|
23 |
interface_options = {
|
24 |
-
"title": "Food-101
|
25 |
-
"description": "A food image classifier trained on the Food-101 (https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/)
|
26 |
"article": article,
|
27 |
"examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
|
28 |
"interpretation": "default",
|
|
|
21 |
article = f.read()
|
22 |
|
23 |
interface_options = {
|
24 |
+
"title": "Food Image Classifier (Food-101|ResNet50|fast.ai)",
|
25 |
+
"description": "A food image classifier trained on the Food-101 dataset, using ResNet50 and fast.ai.(https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/)",
|
26 |
"article": article,
|
27 |
"examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
|
28 |
"interpretation": "default",
|