Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"]
|