grpathak22 commited on
Commit
9ff1173
·
verified ·
1 Parent(s): 937419b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,2 +1,4 @@
1
  from transformers import AutoTokenizer, MT5ForConditionalGeneration
2
- model = MT5ForConditionalGeneration.from_pretrained("google/mt5-base")
 
 
 
1
  from transformers import AutoTokenizer, MT5ForConditionalGeneration
2
+ model = MT5ForConditionalGeneration.from_pretrained("google/mt5-base")
3
+ print(model)
4
+