ddovidovich commited on
Commit
0a3569d
1 Parent(s): 2f0b442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import tensorflow as tf
3
  from PIL import Image
4
  import numpy as np
5
  import cv2
 
6
 
7
 
8
  model=tf.keras.models.load_model("dental_xray_seg.h5")
 
3
  from PIL import Image
4
  import numpy as np
5
  import cv2
6
+ import matplotlib.pyplot as plt
7
 
8
 
9
  model=tf.keras.models.load_model("dental_xray_seg.h5")