Corianas commited on
Commit
b503ddc
·
1 Parent(s): e90b9d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = ""