abdullahmubeen10 commited on
Commit
0cc8522
·
verified ·
1 Parent(s): 4f8270f

Update Demo.py

Browse files
Files changed (1) hide show
  1. Demo.py +1 -1
Demo.py CHANGED
@@ -632,7 +632,7 @@ to_language_code = next(iter(language_map[to_language_name].keys()))
632
  # Select model
633
  model = st.sidebar.selectbox(
634
  "Choose the pretrained model",
635
- ["m2m100_418M"]
636
  help="For more info about the models visit: https://sparknlp.org/models"
637
  )
638
 
 
632
  # Select model
633
  model = st.sidebar.selectbox(
634
  "Choose the pretrained model",
635
+ ["m2m100_418M"],
636
  help="For more info about the models visit: https://sparknlp.org/models"
637
  )
638