Spaces:
Runtime error
Runtime error
Commit
·
2833bac
1
Parent(s):
6a6acff
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def generate(
|
|
39 |
ctx,
|
40 |
image_features,
|
41 |
token_count=200,
|
42 |
-
temperature=
|
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,
|