dinhdat1110 commited on
Commit
4e4c6d3
1 Parent(s): 902588d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def launch_app(pipe, streamer):
49
  history[-1][1] = ""
50
  kwargs = {
51
  "text_inputs": prompt,
52
- "max_new_tokens": 2048,
53
  "do_sample": True,
54
  "temperature": 0.7,
55
  "top_k": 50,
 
49
  history[-1][1] = ""
50
  kwargs = {
51
  "text_inputs": prompt,
52
+ "max_new_tokens": 64,
53
  "do_sample": True,
54
  "temperature": 0.7,
55
  "top_k": 50,