ysharma HF staff commited on
Commit
372cdae
1 Parent(s): b036d2a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def text_generate(prompt):
60
  {
61
  "top_p": 0.9,
62
  "temperature": 1.1,
63
- "max_new_tokens": 300,
64
  "return_full_text": False
65
  }}
66
  response = requests.post(API_URL, headers=headers, json=json_)
 
60
  {
61
  "top_p": 0.9,
62
  "temperature": 1.1,
63
+ "max_new_tokens": 200,
64
  "return_full_text": False
65
  }}
66
  response = requests.post(API_URL, headers=headers, json=json_)