Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ title = "Sickle Cell detector"
|
|
| 59 |
description = "An EfficientNetB2 feature extractor computer vision model to classify sickle cell images as positive or negative."
|
| 60 |
|
| 61 |
# Create examples list from "examples/" directory
|
| 62 |
-
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
| 63 |
|
| 64 |
# Create the Gradio demo
|
| 65 |
demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
|
|
| 59 |
description = "An EfficientNetB2 feature extractor computer vision model to classify sickle cell images as positive or negative."
|
| 60 |
|
| 61 |
# Create examples list from "examples/" directory
|
| 62 |
+
#example_list = [["examples/" + example] for example in os.listdir("examples")]
|
| 63 |
|
| 64 |
# Create the Gradio demo
|
| 65 |
demo = gr.Interface(fn=predict, # mapping function from input to output
|