Destrobot commited on
Commit
90afdc9
·
verified ·
1 Parent(s): 9f6857c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import pipeline
4
 
5
  model_id = "SABR22/food_models"
6
- pipe = pipeline("image-classification", model="SABR22/food_models")
7
 
8
  def classify_food(image):
9
  image = pipe(image)
 
3
  from transformers import pipeline
4
 
5
  model_id = "SABR22/food_models"
6
+ pipe = pipeline("image-classification", model="Shresthadev403/food-image-classification")
7
 
8
  def classify_food(image):
9
  image = pipe(image)