Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from keras.models import load_model
|
| 3 |
import keras.backend as K
|
| 4 |
|
| 5 |
# Define the custom loss function
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from tensorflow.keras.models import load_model
|
| 3 |
import keras.backend as K
|
| 4 |
|
| 5 |
# Define the custom loss function
|