Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
64 |
# Create title, description and article strings
|
65 |
title = "DeepFundus 👀"
|
66 |
description = "A ResNet50 feature extractor computer vision model to classify funduscopic images."
|
67 |
-
|
68 |
|
69 |
# Create examples list from "examples/" directory
|
70 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
64 |
# Create title, description and article strings
|
65 |
title = "DeepFundus 👀"
|
66 |
description = "A ResNet50 feature extractor computer vision model to classify funduscopic images."
|
67 |
+
article = "Created with the help from [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
68 |
|
69 |
# Create examples list from "examples/" directory
|
70 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|