lvwerra HF staff commited on
Commit
da6c800
1 Parent(s): 7926189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,7 +58,8 @@ def generate(prompt, temperature=0.9, max_new_tokens=256, top_p=0.95, repetition
58
 
59
  examples = [
60
  "def hello_world():",
61
- "def fibonacci(n):"
 
62
  ]
63
 
64
 
 
58
 
59
  examples = [
60
  "def hello_world():",
61
+ "def fibonacci(n):",
62
+ "class TransformerDecoder(nn.Module):"
63
  ]
64
 
65