manan commited on
Commit
6f43de7
·
1 Parent(s): c24744a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def predict(img):
6
 
7
 
8
  interface_options = {
9
- "title": "Fruit Classifier",
10
  "description": "Yoooo this is my college assignment. A VGG-16 model that predicts the fruit type.",
11
  # "interpretation": "default",
12
  "layout": "horizontal",
 
6
 
7
 
8
  interface_options = {
9
+ "title": "Fruit Classifier Demo",
10
  "description": "Yoooo this is my college assignment. A VGG-16 model that predicts the fruit type.",
11
  # "interpretation": "default",
12
  "layout": "horizontal",