Spaces:
Build error
Build error
Update app.py
Browse files
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",
|