minko186 commited on
Commit
31e5c35
·
verified ·
1 Parent(s): 86218e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def humanize(
11
  repetition_penalty=1,
12
  top_k=50,
13
  length_penalty=1,
14
- )
15
  ai_text = generate(f"Write an article about the topic: {text}")
16
  print(f"AI Generated: {ai_text}")
17
  ai_text = ai_text["choices"][0]["message"]["content"]
 
11
  repetition_penalty=1,
12
  top_k=50,
13
  length_penalty=1,
14
+ ):
15
  ai_text = generate(f"Write an article about the topic: {text}")
16
  print(f"AI Generated: {ai_text}")
17
  ai_text = ai_text["choices"][0]["message"]["content"]