CR7CAD commited on
Commit
3ab269d
·
verified ·
1 Parent(s): a043660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def text2story(caption, _models):
51
  "<|system|>\n"
52
  "You are a creative story generating assistant.\n"
53
  "<|user|>\n"
54
- f"Please generate a brief story around 100 words that utilizes the following image caption and expands it:\n\"{caption}\"\n"
55
  "<|assistant|>"
56
  )
57
 
 
51
  "<|system|>\n"
52
  "You are a creative story generating assistant.\n"
53
  "<|user|>\n"
54
+ f"Please generate a brief story within 100 words based on image caption and expands it without adding any introductory phrases, explanations, or separators:\n\"{caption}\"\n"
55
  "<|assistant|>"
56
  )
57