Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ from torch.utils.data import Dataset, DataLoader
|
|
107 |
#!pwd
|
108 |
|
109 |
import json
|
110 |
-
path =
|
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 |
|