Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
+
|