Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ from scipy.spatial.distance import cosine
|
|
| 5 |
import cv2
|
| 6 |
import os
|
| 7 |
|
|
|
|
|
|
|
| 8 |
# K-mean Clustering
|
| 9 |
from sklearn.cluster import KMeans
|
| 10 |
import matplotlib.pyplot as plt
|
|
|
|
| 5 |
import cv2
|
| 6 |
import os
|
| 7 |
|
| 8 |
+
print(tf.__version__)
|
| 9 |
+
|
| 10 |
# K-mean Clustering
|
| 11 |
from sklearn.cluster import KMeans
|
| 12 |
import matplotlib.pyplot as plt
|