Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ description = "This is a space to predict complexity of Java code with [CodeParr
|
|
| 8 |
|
| 9 |
#add examples
|
| 10 |
example = [
|
| 11 |
-
["code example 1",
|
| 12 |
-
["code example 2",
|
| 13 |
|
| 14 |
# model to be changed to the finetuned one
|
| 15 |
tokenizer = AutoTokenizer.from_pretrained("codeparrot/codeparrot-small-multi")
|
|
|
|
| 8 |
|
| 9 |
#add examples
|
| 10 |
example = [
|
| 11 |
+
["code example 1", 1],
|
| 12 |
+
["code example 2", 1]]
|
| 13 |
|
| 14 |
# model to be changed to the finetuned one
|
| 15 |
tokenizer = AutoTokenizer.from_pretrained("codeparrot/codeparrot-small-multi")
|