Spaces:
Runtime error
Runtime error
Commit
·
fbe0b0a
1
Parent(s):
794ada2
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate(
|
|
42 |
ctx,
|
43 |
image_features,
|
44 |
token_count=128,
|
45 |
-
temperature=
|
46 |
top_p=0.3,
|
47 |
presencePenalty = 0.0,
|
48 |
countPenalty = 1.0,
|
|
|
42 |
ctx,
|
43 |
image_features,
|
44 |
token_count=128,
|
45 |
+
temperature=0.2,
|
46 |
top_p=0.3,
|
47 |
presencePenalty = 0.0,
|
48 |
countPenalty = 1.0,
|