Spaces:
Sleeping
Sleeping
howard-hou
commited on
Commit
•
6a6acff
1
Parent(s):
bcbb771
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def generate(
|
|
40 |
image_features,
|
41 |
token_count=200,
|
42 |
temperature=1.0,
|
43 |
-
top_p=0.
|
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 |
):
|