SerdarHelli commited on
Commit
4c5a2ee
·
1 Parent(s): deb93eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net/dental_xray_seg.h5")
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