Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from streamlit_lottie import st_lottie
|
|
| 5 |
from PIL import Image
|
| 6 |
from tensorflow.keras.models import load_model
|
| 7 |
import numpy as np
|
|
|
|
| 8 |
import tensorflow_addons as tfa
|
| 9 |
|
| 10 |
def create_in():
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
from tensorflow.keras.models import load_model
|
| 7 |
import numpy as np
|
| 8 |
+
from tensorflow.keras.utils import custom_object_scope
|
| 9 |
import tensorflow_addons as tfa
|
| 10 |
|
| 11 |
def create_in():
|