minko186 commited on
Commit
aa37368
·
verified ·
1 Parent(s): 19de1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,8 +13,8 @@ def humanize(
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
 
18
  result = client.predict(
19
  text=text,
20
  model_name=model,
 
13
  length_penalty=1,
14
  ):
15
  ai_text = generate(f"Write an article about the topic: {text}")
 
16
  ai_text = ai_text.choices[0].message
17
+ print(f"AI Generated: {ai_text}")
18
  result = client.predict(
19
  text=text,
20
  model_name=model,