Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from model import GPTConfig, GPT
|
|
3 |
import torch
|
4 |
from contextlib import nullcontext
|
5 |
import os
|
|
|
6 |
|
7 |
def remove_caseifer(text):
|
8 |
new_text = ""
|
|
|
3 |
import torch
|
4 |
from contextlib import nullcontext
|
5 |
import os
|
6 |
+
import pickle
|
7 |
|
8 |
def remove_caseifer(text):
|
9 |
new_text = ""
|