Spaces:
Running
Running
Update paraphraser.py
Browse files- paraphraser.py +1 -1
paraphraser.py
CHANGED
@@ -28,4 +28,4 @@ def generate_paraphrase(question):
|
|
28 |
res = paraphrase(question, para_tokenizer, para_model)
|
29 |
return res
|
30 |
|
31 |
-
print(generate_paraphrase("
|
|
|
28 |
res = paraphrase(question, para_tokenizer, para_model)
|
29 |
return res
|
30 |
|
31 |
+
print(generate_paraphrase("Billie Eilish, Charli XCX and Lorde are among a group of young female pop stars who are revealing, in their music, the pressure they have felt to look thin in a time of especially punishing beauty standards."))
|