Manu101 commited on
Commit
e3ee4d8
1 Parent(s): b3d8d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  import torch.nn.functional as F
10
 
11
  num_return_sequences = 1
12
- max_length = 200
13
 
14
 
15
  @dataclass
 
9
  import torch.nn.functional as F
10
 
11
  num_return_sequences = 1
12
+ max_length = 100
13
 
14
 
15
  @dataclass