ikenna1234 commited on
Commit
fccbe3c
·
1 Parent(s): 35bfa38
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(
33
  print("using google")
34
  text="Translate to "f"{targetLanguage}: "f"{message}"
35
  googleResponse= googleClient.text_generation(
36
- text, max_new_tokens=2000
37
  )
38
 
39
  return googleResponse
 
33
  print("using google")
34
  text="Translate to "f"{targetLanguage}: "f"{message}"
35
  googleResponse= googleClient.text_generation(
36
+ text, max_new_tokens=240
37
  )
38
 
39
  return googleResponse