kumar989 commited on
Commit
28d2d38
·
1 Parent(s): 11eb784

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -1,5 +1,6 @@
1
  import cv2
2
  import numpy as np
 
3
 
4
  def bone_frac(img):
5
  img = cv2.resize(img,(224,224))
 
1
  import cv2
2
  import numpy as np
3
+ import tensorflow as tf
4
 
5
  def bone_frac(img):
6
  img = cv2.resize(img,(224,224))