kjmin017 commited on
Commit
9748e04
โ€ข
1 Parent(s): 346be4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ description = "ํŠน์ • ๋„๋ฉ”์ธ์— ํŠนํ™”๋œ ์ฑ—๋ด‡"
8
  examples = [["ํŠนํ—ˆ๊ฐ€ ๋ญ์•ผ"]]
9
 
10
 
11
- tokenizer = AutoTokenizer.from_pretrained("EleutherAI/polyglot-ko-1.3b")
12
- model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-1.3b")
13
 
14
 
15
  def predict(input, history=[]):
 
8
  examples = [["ํŠนํ—ˆ๊ฐ€ ๋ญ์•ผ"]]
9
 
10
 
11
+ tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-large")
12
+ model = AutoModelForCausalLM.from_pretrained("microsoft/DialoGPT-large")
13
 
14
 
15
  def predict(input, history=[]):