thamada commited on
Commit
9aa02bd
Β·
verified Β·
1 Parent(s): 69f7e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def runLLM ():
21
 
22
 
23
  output = tokenizer.decode(tokens[0], skip_special_tokens=True)
24
-
25
 
26
  #output = "やあやあ"
27
 
 
21
 
22
 
23
  output = tokenizer.decode(tokens[0], skip_special_tokens=True)
 
24
 
25
  #output = "やあやあ"
26