Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kumar989
/
medid_1_fracture
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kumar989
commited on
Apr 18, 2023
Commit
28d2d38
·
1 Parent(s):
11eb784
Update model.py
Browse files
Files changed (1)
hide
show
model.py
+1
-0
model.py
CHANGED
Viewed
@@ -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))