Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from sklearn.decomposition import PCA
|
|
7 |
from sklearn.manifold import TSNE
|
8 |
model = gensim.downloader.load("glove-wiki-gigaword-50")
|
9 |
|
10 |
-
cache = ""
|
11 |
|
12 |
# Function to reduce dimensions
|
13 |
def reduce_dimensions(data, method='PCA'):
|
|
|
7 |
from sklearn.manifold import TSNE
|
8 |
model = gensim.downloader.load("glove-wiki-gigaword-50")
|
9 |
|
10 |
+
cache = "/home/user/app/d.jpg"
|
11 |
|
12 |
# Function to reduce dimensions
|
13 |
def reduce_dimensions(data, method='PCA'):
|