DHRUV SHEKHAWAT
commited on
Commit
·
de30062
1
Parent(s):
5b8fede
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ st.subheader("Start the conversation")
|
|
| 14 |
text2 = st.text_input('Human: ') #text is stored in this variable
|
| 15 |
|
| 16 |
load_checkpoint = True
|
| 17 |
-
ckpt_path = '
|
| 18 |
with open('WORDMAP_corpus.json', 'r') as j:
|
| 19 |
word_map = json.load(j)
|
| 20 |
|
|
|
|
| 14 |
text2 = st.text_input('Human: ') #text is stored in this variable
|
| 15 |
|
| 16 |
load_checkpoint = True
|
| 17 |
+
ckpt_path = 'checkpoint_9.pth.tar'
|
| 18 |
with open('WORDMAP_corpus.json', 'r') as j:
|
| 19 |
word_map = json.load(j)
|
| 20 |
|