Severian commited on
Commit
0a8d01b
·
verified ·
1 Parent(s): f7d66ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def invert_displayed_image(image):
188
  return inverted
189
 
190
 
191
- MAX_TOKENS = 78
192
 
193
  def count_tokens(text):
194
  """Count the number of tokens in the text."""
 
188
  return inverted
189
 
190
 
191
+ MAX_TOKENS = 150
192
 
193
  def count_tokens(text):
194
  """Count the number of tokens in the text."""