thaboe01 commited on
Commit
b797ac8
1 Parent(s): 4742645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def load_model():
11
  # Load model (only once)
12
  tokenizer, model = load_model()
13
 
14
- MAX_PHRASE_LENGTH = 5
15
  PREFIX = "Please correct the following sentence: "
16
 
17
  # Function to correct text
 
11
  # Load model (only once)
12
  tokenizer, model = load_model()
13
 
14
+ MAX_PHRASE_LENGTH = 3
15
  PREFIX = "Please correct the following sentence: "
16
 
17
  # Function to correct text