felipekitamura commited on
Commit
cf307e3
·
verified ·
1 Parent(s): 12c38a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'):