Spaces:
Build error
Build error
Commented out line 57
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 54 |
# Create title and description strings
|
| 55 |
title = "PCOS Detector in Ultrasound Images"
|
| 56 |
description = "A DenseNet121 feature extractor computer vision model trained from scratch to classify ultrasound images of ovaries into PCOS infected or not infected."
|
| 57 |
-
article= "Code implementation available at [GitHub](https://github.com/haidary99?tab=repositories)"
|
| 58 |
|
| 59 |
# Create examples list from "examples/" directory
|
| 60 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
|
| 54 |
# Create title and description strings
|
| 55 |
title = "PCOS Detector in Ultrasound Images"
|
| 56 |
description = "A DenseNet121 feature extractor computer vision model trained from scratch to classify ultrasound images of ovaries into PCOS infected or not infected."
|
| 57 |
+
#article= "Code implementation available at [GitHub](https://github.com/haidary99?tab=repositories)"
|
| 58 |
|
| 59 |
# Create examples list from "examples/" directory
|
| 60 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|