Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ sm.set_framework('tf.keras')
|
|
15 |
|
16 |
sm.framework()
|
17 |
|
|
|
18 |
|
19 |
def jacard(y_true, y_pred):
|
20 |
y_true_c = K.flatten(y_true)
|
|
|
15 |
|
16 |
sm.framework()
|
17 |
|
18 |
+
from tensorflow.keras.applications import EfficientNetB7
|
19 |
|
20 |
def jacard(y_true, y_pred):
|
21 |
y_true_c = K.flatten(y_true)
|