from transformers import pipeline
generator = pipeline(“text-generation”, model=”gpt3.5″)
text_to_rewrite = From the brand
✅ 100% Fully fit the Airpods 2/1 Charging Case (Mar. 2019/2016 Released), it won’t be any gaps. Please note it’s not compatible with Apple AirPods Pro(Oct. 2019 Released) or AirPods 3rd generation(2021 Released).
✅ Our case will not affect the wireless charging of your airpods case.
✅ Compatible with Airpods 1 and 2 charging case,Our cover help your Airpods charing case prevent scratches and abrasion.
✅ Additional carabiner keychain for easy carrying, which can be fixed your Airpods case on a handbag or backpack.
✅ Soft environmentally friendly silicone materal bring you the great touch,and easy to clean surface stains.
rewritten_text = generator(text_to_rewrite, max_length=100, num_return_sequences=1)[0][‘generated_text’]
print(rewritten_text)
Reviews
There are no reviews yet.