howard-hou commited on
Commit
2833bac
1 Parent(s): 6a6acff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate(
39
  ctx,
40
  image_features,
41
  token_count=200,
42
- temperature=1.0,
43
  top_p=0.3,
44
  presencePenalty = 0.1,
45
  countPenalty = 0.1,
 
39
  ctx,
40
  image_features,
41
  token_count=200,
42
+ temperature=0.2,
43
  top_p=0.3,
44
  presencePenalty = 0.1,
45
  countPenalty = 0.1,