Dddixyy commited on
Commit
37b9209
1 Parent(s): 62d0093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import MarianMTModel, MarianTokenizer
3
  import torch
4
 
5
  # Load the model and tokenizer from the Hub
6
- model_name = "Dddixyy/latin-italian-translatorV4"
7
  tokenizer = MarianTokenizer.from_pretrained(model_name)
8
  model = MarianMTModel.from_pretrained(model_name)
9
 
 
3
  import torch
4
 
5
  # Load the model and tokenizer from the Hub
6
+ model_name = "Dddixyy/latin-italian-translatorV5"
7
  tokenizer = MarianTokenizer.from_pretrained(model_name)
8
  model = MarianMTModel.from_pretrained(model_name)
9