Commit
·
4c5a2ee
1
Parent(s):
deb93eb
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
|
|
7 |
import numpy as np
|
8 |
import cv2
|
9 |
|
10 |
-
model=tf.keras.models.load_model("
|
11 |
|
12 |
st.header("Segmentation of Teeth in Panoramic X-ray Image Using UNet")
|
13 |
|
|
|
7 |
import numpy as np
|
8 |
import cv2
|
9 |
|
10 |
+
model=tf.keras.models.load_model("dental_xray_seg.h5")
|
11 |
|
12 |
st.header("Segmentation of Teeth in Panoramic X-ray Image Using UNet")
|
13 |
|