Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import numpy as np
|
2 |
import pandas as pd # type: ignore
|
3 |
import os
|
4 |
-
import keras
|
5 |
import tensorflow as tf
|
6 |
from tensorflow.keras.models import load_model
|
7 |
import pymongo
|
|
|
1 |
import numpy as np
|
2 |
import pandas as pd # type: ignore
|
3 |
import os
|
4 |
+
from tensorflow import keras
|
5 |
import tensorflow as tf
|
6 |
from tensorflow.keras.models import load_model
|
7 |
import pymongo
|