kelvinyasu commited on
Commit
589d8b5
1 Parent(s): adea4bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def predict(message, chatbot):
32
 
33
  data = {
34
  "inputs": input_prompt,
35
- "parameters": {"max_new_tokens": 1500,
36
  "do_sample":True,
37
  "top_p":0.6,
38
  "temperature":0.9,}
 
32
 
33
  data = {
34
  "inputs": input_prompt,
35
+ "parameters": {"max_new_tokens": 1000,
36
  "do_sample":True,
37
  "top_p":0.6,
38
  "temperature":0.9,}