Shivam29rathore commited on
Commit
94da306
·
1 Parent(s): bdba551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
2
 
3
 
4
 
5
- checkpoint = "myt5.sav"
6
 
7
  #load model from drive
8
  with open(checkpoint, "rb") as f:
 
2
 
3
 
4
 
5
+ checkpoint = "my_t5.sav"
6
 
7
  #load model from drive
8
  with open(checkpoint, "rb") as f: