Skip to content

Commit

Permalink
Add BUET-BanglaT5 model to dropdown choices
Browse files Browse the repository at this point in the history
  • Loading branch information
MusfiqDehan committed Mar 2, 2024
1 parent 2983c03 commit b040348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def bn_postagger(src, translator, model_name, tagger):
label="Select a Translator"
),
gr.Dropdown(
choices=["Google-mBERT (Base-Multilingual)", "Neulab-AwesomeAlign (Bn-En-0.5M)"],
choices=["Google-mBERT (Base-Multilingual)", "Neulab-AwesomeAlign (Bn-En-0.5M)", "BUET-BanglaT5"],
label="Select a Model"
),
gr.Dropdown(
Expand Down

0 comments on commit b040348

Please sign in to comment.