Upload README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,7 @@ This model can be utilized for various NLP tasks such as text generation, summar
|
|
36 |
import requests
|
37 |
import shutil
|
38 |
import threading
|
|
|
39 |
from transformers import GPT2LMHeadModel
|
40 |
from cryptography.fernet import Fernet
|
41 |
|
|
|
36 |
import requests
|
37 |
import shutil
|
38 |
import threading
|
39 |
+
import time
|
40 |
from transformers import GPT2LMHeadModel
|
41 |
from cryptography.fernet import Fernet
|
42 |
|