leandro commited on
Commit
7e61ab1
·
1 Parent(s): de750dd

fix model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ default_code = '''\
17
  def print_hello_world():\
18
  '''
19
 
20
- model_ckpt = "codeparrot"
21
  tokenizer = load_tokenizer(model_ckpt)
22
  model = load_model(model_ckpt)
23
  gen_kwargs = {}
 
17
  def print_hello_world():\
18
  '''
19
 
20
+ model_ckpt = "lvwerra/codeparrot"
21
  tokenizer = load_tokenizer(model_ckpt)
22
  model = load_model(model_ckpt)
23
  gen_kwargs = {}