adi-123 commited on
Commit
bb4a9c8
·
1 Parent(s): 74583dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def txt2story(img_text):
30
 
31
  messages = [
32
  {"role": "system", "content": '''As an experienced short story writer, create a meaningful story influenced by provided words.
33
- Ensure stories conclude positively within 100 words. Remember the story must end within 100 words''', "temperature": 0.8},
34
- {"role": "user", "content": f"Here is input set of words: {img_text}", "temperature": 1},
35
  ]
36
 
37
  print("Story...")
 
30
 
31
  messages = [
32
  {"role": "system", "content": '''As an experienced short story writer, create a meaningful story influenced by provided words.
33
+ Ensure stories conclude positively within 100 words. Remember the story must end within 100 words''', "temperature": 1.8},
34
+ {"role": "user", "content": f"Here is input set of words: {img_text}", "temperature": 1.5},
35
  ]
36
 
37
  print("Story...")