Dochee commited on
Commit
a49bd2b
1 Parent(s): 4c346f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ import torch
3
 
4
 
5
 
6
- chat_tkn = AutoTokenizer.from_pretrained("microsoft/DialoGPT-medium")
7
 
8
- mdl = AutoModelForCausalLM.from_pretrained("microsoft/DialoGPT-medium")
9
 
10
 
11
 
 
3
 
4
 
5
 
6
+ #chat_tkn = AutoTokenizer.from_pretrained("microsoft/DialoGPT-medium")
7
 
8
+ #mdl = AutoModelForCausalLM.from_pretrained("microsoft/DialoGPT-medium")
9
 
10
 
11