Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ import os
|
|
27 |
from tensorflow.keras.applications.resnet50 import ResNet50,preprocess_input, decode_predictions
|
28 |
from tensorflow.keras.preprocessing import image
|
29 |
from sklearn.feature_extraction.text import TfidfVectorizer
|
30 |
-
|
31 |
|
32 |
|
33 |
|
|
|
27 |
from tensorflow.keras.applications.resnet50 import ResNet50,preprocess_input, decode_predictions
|
28 |
from tensorflow.keras.preprocessing import image
|
29 |
from sklearn.feature_extraction.text import TfidfVectorizer
|
30 |
+
|
31 |
|
32 |
|
33 |
|