Spaces:
Runtime error
Runtime error
har1zarD commited on
Commit ·
5496329
1
Parent(s): 69087d9
app
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ ALLOWED_TYPES = ["image/jpeg", "image/jpg", "image/png", "image/webp"]
|
|
| 40 |
|
| 41 |
# ==================== MULTI-MODEL FOOD RECOGNITION ====================
|
| 42 |
FOOD_MODELS = {
|
| 43 |
-
# Primary
|
| 44 |
"food101": {
|
| 45 |
"model_name": "nateraw/food",
|
| 46 |
"type": "food_specialist",
|
|
|
|
| 40 |
|
| 41 |
# ==================== MULTI-MODEL FOOD RECOGNITION ====================
|
| 42 |
FOOD_MODELS = {
|
| 43 |
+
# Primary specialize food models
|
| 44 |
"food101": {
|
| 45 |
"model_name": "nateraw/food",
|
| 46 |
"type": "food_specialist",
|