Spaces:
Sleeping
Sleeping
Jobanpreet
commited on
Commit
•
fa7b0a4
1
Parent(s):
11dec1a
Update paraphrase_post.py
Browse files- paraphrase_post.py +1 -1
paraphrase_post.py
CHANGED
@@ -44,7 +44,7 @@ def get_original_url(url):
|
|
44 |
def paraphrased_post(url,model):
|
45 |
|
46 |
post=scrappost(url)
|
47 |
-
print(post)
|
48 |
|
49 |
template="""You are a helpful paraphraser tool. You are provided with a content and your task is to paraphrase it.
|
50 |
{data}"""
|
|
|
44 |
def paraphrased_post(url,model):
|
45 |
|
46 |
post=scrappost(url)
|
47 |
+
# print(post)
|
48 |
|
49 |
template="""You are a helpful paraphraser tool. You are provided with a content and your task is to paraphrase it.
|
50 |
{data}"""
|