ipvikas commited on
Commit
63f583b
1 Parent(s): 24d0d56

Update app.py

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