ysharma HF staff commited on
Commit
339327e
·
1 Parent(s): a2e2ef4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def text_generate(prompt):
48
  {
49
  "top_p": 0.9,
50
  "temperature": 1.1,
51
- "max_new_tokens": 250,
52
  "return_full_text": False
53
  }}
54
  response = requests.post(API_URL, headers=headers, json=json_)
 
48
  {
49
  "top_p": 0.9,
50
  "temperature": 1.1,
51
+ "max_new_tokens": 300,
52
  "return_full_text": False
53
  }}
54
  response = requests.post(API_URL, headers=headers, json=json_)