Mr-Vicky-01 commited on
Commit
b0a3a61
·
verified ·
1 Parent(s): 94b1b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_story_from_caption(caption):
26
  repo_id = "tiiuae/falcon-7b-instruct",
27
  verbose = False,
28
  model_kwargs = {"temperature":0.2, "max_new_tokens": 4000})
29
- template= """You are a story teller.
30
  You get a scenario as an input text, and generates a short story out of it.
31
  Context: {scenario}
32
  Story:"""
 
26
  repo_id = "tiiuae/falcon-7b-instruct",
27
  verbose = False,
28
  model_kwargs = {"temperature":0.2, "max_new_tokens": 4000})
29
+ template="""You are a story teller.
30
  You get a scenario as an input text, and generates a short story out of it.
31
  Context: {scenario}
32
  Story:"""