BaoQNguyen commited on
Commit
09e2c74
β€’
1 Parent(s): 516007a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def predict(img) -> Tuple[Dict, float]:
54
  # Create title, description and article strings
55
  title = "FoodVision Mini πŸ•πŸ₯©πŸ£"
56
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
57
- article = "Created at [Google Colab](https://colab.research.google.com/drive/1zulcxHOxV62pIIdZSAZaRZTxb3BzcwJO#scrollTo=rKx3FK9F0Wei)."
58
 
59
  # Create examples list from "examples/" directory
60
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
54
  # Create title, description and article strings
55
  title = "FoodVision Mini πŸ•πŸ₯©πŸ£"
56
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
57
+ article = "Created at [Google Colab](https://colab.research.google.com/drive/1zulcxHOxV62pIIdZSAZaRZTxb3BzcwJO#scrollTo=ixzGGOlsdEWW)."
58
 
59
  # Create examples list from "examples/" directory
60
  example_list = [["examples/" + example] for example in os.listdir("examples")]