MD1998 commited on
Commit
4871ede
·
verified ·
1 Parent(s): 6f2882b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ pipeline=transformers.pipeline(
29
  torch_dtype=torch.bfloat16,
30
  trust_remote_code=True,
31
  device_map="auto",
32
- max_length=64,
33
  do_sample=True,
34
  top_k=10,
35
  top_p=5,
 
29
  torch_dtype=torch.bfloat16,
30
  trust_remote_code=True,
31
  device_map="auto",
32
+ max_length=15,
33
  do_sample=True,
34
  top_k=10,
35
  top_p=5,