Update Demo.py
Browse files
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 |
|