mikegarts commited on
Commit
c84049e
1 Parent(s): 44c9a35

longer output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, TFAutoModelForCausalLM
5
  import tensorflow as tf
6
 
7
  SAVED_CHECKPOINT = 'mikegarts/distilgpt2-erichmariaremarque'
8
- MIN_WORDS = 60
9
 
10
 
11
  def get_model():
 
5
  import tensorflow as tf
6
 
7
  SAVED_CHECKPOINT = 'mikegarts/distilgpt2-erichmariaremarque'
8
+ MIN_WORDS = 80
9
 
10
 
11
  def get_model():