arcAman07 commited on
Commit
161c80a
·
1 Parent(s): 40728ec

updated path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ dropout = 0.0
19
  vocab = 101
20
  # ------------
21
 
22
- with open('/Users/deepaksharma/Documents/Python/Kaggle/GenerateKanyeLyrics/Kanye West Lyrics.txt','r',encoding='utf-8') as f:
23
  text = f.read()
24
 
25
  chars = sorted(list(set(text)))
 
19
  vocab = 101
20
  # ------------
21
 
22
+ with open('./Kanye West Lyrics.txt','r',encoding='utf-8') as f:
23
  text = f.read()
24
 
25
  chars = sorted(list(set(text)))