Spaces:
Build error
Build error
leandro
commited on
Commit
·
7e61ab1
1
Parent(s):
de750dd
fix model name
Browse files
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 = {}
|