KarmaCST commited on
Commit
02191eb
1 Parent(s): e18825b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained("KarmaCST/nllb-200-distilled-600M-
6
  tokenizer = AutoTokenizer.from_pretrained("KarmaCST/nllb-200-distilled-600M-dz-to-en")
7
 
8
 
9
- src_lang = 'dzo_Tibt'
10
  tgt_lang = "eng_Latn"
11
 
12
 
 
6
  tokenizer = AutoTokenizer.from_pretrained("KarmaCST/nllb-200-distilled-600M-dz-to-en")
7
 
8
 
9
+ src_lang = "dzo_Tibt"
10
  tgt_lang = "eng_Latn"
11
 
12