remotewith commited on
Commit
d98d52a
·
verified ·
1 Parent(s): a94f448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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