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

Update app.py

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