loubnabnl HF staff commited on
Commit
8b056e2
1 Parent(s): f386314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "nlogn"],
12
- ["code example 2", "constant"]]
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")