Spaces:
Runtime error
Runtime error
change food list layout
Browse files
app.py
CHANGED
@@ -11,9 +11,7 @@ EXAMPLES_PATH = Path('./examples')
|
|
11 |
title = "Ethiopian Food classifier "
|
12 |
description = """
|
13 |
This app is a demo of a model trained to classify images of the following Ethiopian food categories
|
14 |
-
|
15 |
-
- Genfo - Kikil - Kitfo - Shekla tibs
|
16 |
-
- Shiro wat - Tihlo - Tire_siga
|
17 |
|
18 |
"""
|
19 |
|
|
|
11 |
title = "Ethiopian Food classifier "
|
12 |
description = """
|
13 |
This app is a demo of a model trained to classify images of the following Ethiopian food categories
|
14 |
+
Beyaynetu, Chechebsa, Doro wat, Firfir, Genfo, Kikil, Kitfo, Shekla tibs, Shiro wat, Tihlo, Tire_siga
|
|
|
|
|
15 |
|
16 |
"""
|
17 |
|