abjayakar commited on
Commit
e4dafd8
Β·
verified Β·
1 Parent(s): 332127c

beautification

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -58,7 +58,6 @@ def predict(img) -> Tuple[Dict, float]:
58
  # Create title, description and article strings
59
  title = r"FoodVision Mini πŸ•πŸ—πŸ₯—"
60
  description = """
61
- # FoodVision Mini
62
 
63
  FoodVision Mini is a hands-on project inspired by Daniel Bourke's PyTorch tutorial series, focusing on food image classification. Throughout this project, I developed essential skills in **deep learning**, particularly in utilizing **transfer learning** techniques with the **EfficientNetB2** architecture to optimize model performance.
64
 
 
58
  # Create title, description and article strings
59
  title = r"FoodVision Mini πŸ•πŸ—πŸ₯—"
60
  description = """
 
61
 
62
  FoodVision Mini is a hands-on project inspired by Daniel Bourke's PyTorch tutorial series, focusing on food image classification. Throughout this project, I developed essential skills in **deep learning**, particularly in utilizing **transfer learning** techniques with the **EfficientNetB2** architecture to optimize model performance.
63