ilhamsyahids commited on
Commit
c9328c0
1 Parent(s): 2f4418e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if __name__ == "__main__":
74
  # "nllb-3.3B"
75
  ],
76
  label="NLLB Model",
77
- default="nllb-distilled-600M",
78
  ),
79
  gr.inputs.Dropdown(lang_codes, default="Najdi Arabic", label="Source"),
80
  gr.inputs.Dropdown(lang_codes, default="English", label="Target"),
 
74
  # "nllb-3.3B"
75
  ],
76
  label="NLLB Model",
77
+ default="nllb-distilled-1.3B",
78
  ),
79
  gr.inputs.Dropdown(lang_codes, default="Najdi Arabic", label="Source"),
80
  gr.inputs.Dropdown(lang_codes, default="English", label="Target"),