feaae commited on
Commit
0e709c1
1 Parent(s): bdf8701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model_list = [
10
  "facebook/nllb-200-3.3B"
11
  ]
12
 
13
- #init
14
  for model_name in model_list:
15
  pipeline("translation_en_to_zh", model=model_name)
16
 
 
10
  "facebook/nllb-200-3.3B"
11
  ]
12
 
13
+ # init
14
  for model_name in model_list:
15
  pipeline("translation_en_to_zh", model=model_name)
16