Szeyu commited on
Commit
e2392df
·
verified ·
1 Parent(s): 2d7684d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def generate_content(image):
40
  raw = storyer(
41
  prompt,
42
  max_new_tokens=150,
43
- temperature=0.7,
44
  top_p=0.9,
45
  no_repeat_ngram_size=2,
46
  return_full_text=False
 
40
  raw = storyer(
41
  prompt,
42
  max_new_tokens=150,
43
+ temperature=0.8,
44
  top_p=0.9,
45
  no_repeat_ngram_size=2,
46
  return_full_text=False