ipvikas commited on
Commit
96c3f1b
1 Parent(s): 63f583b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ from torch.utils.data import Dataset, DataLoader
107
  #!pwd
108
 
109
  import json
110
- path = [['intents.json']]
111
  with open(path, 'r') as f:
112
  intents = json.load(f)
113
 
 
107
  #!pwd
108
 
109
  import json
110
+ path = 'intents.json'
111
  with open(path, 'r') as f:
112
  intents = json.load(f)
113