Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ def predict(img) -> Tuple[Dict, float]:
|
|
55 |
### 4. Gradio app ###
|
56 |
|
57 |
# Create title, description and article strings
|
58 |
-
title = "FoodVision Mini ππ₯©π£"
|
59 |
-
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as
|
60 |
-
article = "Created
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
55 |
### 4. Gradio app ###
|
56 |
|
57 |
# Create title, description and article strings
|
58 |
+
title = "Shukurullo's FoodVision Mini App ππ₯©π£"
|
59 |
+
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as PIZZA,STEAK OR SUSHI."
|
60 |
+
article = "Created by Shukurullo Meliboev."
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|