joeyanuff commited on
Commit
4c614bb
1 Parent(s): 4e53f12
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,7 +108,7 @@ def transform_text(desc, openai_api_key, temperature, llm_chain, num_words,
108
  elif literary_style == "Knock-knock":
109
  literary_style_str = "as a very funny knock-knock joke, "
110
 
111
- character_str = "as if written by The Old Lady Who Swalled A Fly, "
112
  if character != CHARACTER_DEFAULT:
113
  if character == "The Old Woman Who Lived In A Shoe":
114
  character_str = "as if written by the Old Woman Who Lived In A Shoe, "
@@ -204,7 +204,7 @@ with block:
204
  examples=[
205
  "My armpits are sweating gravy",
206
  "My skull is filled with solid bone",
207
- "Something underneath the house smells horrific",
208
  ],
209
  inputs=request
210
  )
 
108
  elif literary_style == "Knock-knock":
109
  literary_style_str = "as a very funny knock-knock joke, "
110
 
111
+ character_str = "as if written by The Old Lady Who Swallowed A Fly, "
112
  if character != CHARACTER_DEFAULT:
113
  if character == "The Old Woman Who Lived In A Shoe":
114
  character_str = "as if written by the Old Woman Who Lived In A Shoe, "
 
204
  examples=[
205
  "My armpits are sweating gravy",
206
  "My skull is filled with solid bone",
207
+ "Something underneath the house smells horrible",
208
  ],
209
  inputs=request
210
  )