Spaces:
Runtime error
Runtime error
Commit
·
3b7dfca
1
Parent(s):
a79523e
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from tensorflow import keras
|
|
5 |
import tensorflow_addons as tfa
|
6 |
import matplotlib.pyplot as plt
|
7 |
from tensorflow.keras import layers
|
|
|
8 |
|
9 |
model = load_model('modelCerv.h5')
|
10 |
|
|
|
5 |
import tensorflow_addons as tfa
|
6 |
import matplotlib.pyplot as plt
|
7 |
from tensorflow.keras import layers
|
8 |
+
from tensorflow.keras.models import load_model
|
9 |
|
10 |
model = load_model('modelCerv.h5')
|
11 |
|