mattyhew commited on
Commit
822b8df
·
verified ·
1 Parent(s): 3408936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ gdown.download('https://drive.usercontent.google.com/download?id=14k2xUrvJ32trhL
24
 
25
 
26
 
27
- with open("message.txt", "r", encoding="utf-8") as f:
28
  dataset = f.read()
29
  chars = sorted(list(set(dataset)))
30
  vocab_size = len(chars)
 
24
 
25
 
26
 
27
+ with open("data.txt", "r", encoding="utf-8") as f:
28
  dataset = f.read()
29
  chars = sorted(list(set(dataset)))
30
  vocab_size = len(chars)