SagarPuniyani
commited on
Commit
•
e2324bd
1
Parent(s):
e98cceb
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,11 @@ from fastai.vision.all import *
|
|
3 |
import gradio as gr
|
4 |
|
5 |
examples = [
|
6 |
-
["
|
7 |
-
["
|
8 |
-
["
|
9 |
-
["
|
10 |
-
["
|
11 |
]
|
12 |
# Correctly format the path for Windows
|
13 |
model_path = Path(r'efficientnet_b3_model.pkl')
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
examples = [
|
6 |
+
["project/WBC-Benign-017.jpg"], # Replace with the actual paths to your images
|
7 |
+
["project/WBC-Benign-030.jpg"],
|
8 |
+
["project/WBC-Malignant-Early-027.jpg"],
|
9 |
+
["project/WBC-Malignant-Pre-019.jpg"],
|
10 |
+
["project/WBC-Malignant-Pro-027.jpg"]
|
11 |
]
|
12 |
# Correctly format the path for Windows
|
13 |
model_path = Path(r'efficientnet_b3_model.pkl')
|