DongfuJiang commited on
Commit
f0b67ad
2 Parent(s): 34a094f 9ac6d2f

Merge branch 'main' of https://huggingface.co/spaces/TIGER-Lab/Mantis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def bot(history):
82
  chat_images = get_chat_images(history)
83
  generation_kwargs = {
84
  "max_new_tokens": 4096,
85
- "temperature": 0.7,
86
  "top_p": 1.0,
87
  "do_sample": True,
88
  }
 
82
  chat_images = get_chat_images(history)
83
  generation_kwargs = {
84
  "max_new_tokens": 4096,
85
+ "temperature": 0.2,
86
  "top_p": 1.0,
87
  "do_sample": True,
88
  }