Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ from colorama import Fore, Style
|
|
30 |
import re
|
31 |
# from termcolor import colored
|
32 |
# from colorama import colored
|
33 |
-
|
34 |
|
35 |
para_tokenizer = AutoTokenizer.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base")
|
36 |
para_model = AutoModelForSeq2SeqLM.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base")
|
|
|
30 |
import re
|
31 |
# from termcolor import colored
|
32 |
# from colorama import colored
|
33 |
+
import string
|
34 |
|
35 |
para_tokenizer = AutoTokenizer.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base")
|
36 |
para_model = AutoModelForSeq2SeqLM.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base")
|