Spaces:
Paused
Paused
updating extra keyword default
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ if __name__ == '__main__':
|
|
51 |
lang_codes = list(flores_codes.keys())
|
52 |
|
53 |
inputs = [
|
54 |
-
gr.components.Dropdown(lang_codes,
|
55 |
-
gr.components.Dropdown(lang_codes,
|
56 |
gr.components.Textbox(lines=5, label="Input text"),
|
57 |
gr.components.Dropdown(["nllb-distilled-600M"], default="nllb-distilled-600M", label="Model"),
|
58 |
]
|
|
|
51 |
lang_codes = list(flores_codes.keys())
|
52 |
|
53 |
inputs = [
|
54 |
+
gr.components.Dropdown(lang_codes, label='Source'),
|
55 |
+
gr.components.Dropdown(lang_codes, label='Target'),
|
56 |
gr.components.Textbox(lines=5, label="Input text"),
|
57 |
gr.components.Dropdown(["nllb-distilled-600M"], default="nllb-distilled-600M", label="Model"),
|
58 |
]
|