ihashir commited on
Commit
e8dcd0f
·
verified ·
1 Parent(s): c6f8f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate_code(prompt):
30
  with torch.no_grad():
31
  outputs = model.generate(
32
  **inputs,
33
- max_new_tokens=512,
34
  temperature=0.7
35
  )
36
 
 
30
  with torch.no_grad():
31
  outputs = model.generate(
32
  **inputs,
33
+ max_new_tokens=256,
34
  temperature=0.7
35
  )
36