Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def invert_displayed_image(image):
|
|
188 |
return inverted
|
189 |
|
190 |
|
191 |
-
MAX_TOKENS =
|
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."""
|