Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,5 +83,5 @@ examples = [
|
|
83 |
]
|
84 |
|
85 |
iface = gr.Interface(fn=generate, inputs=[text, src_language_drop_down, tgt_language_drop_down], outputs=text_ouptut, title='CreoleM2M System',
|
86 |
-
description='Currently the model supports ' + supported_lang, examples=examples) #
|
87 |
iface.launch(enable_queue=True)
|
|
|
83 |
]
|
84 |
|
85 |
iface = gr.Interface(fn=generate, inputs=[text, src_language_drop_down, tgt_language_drop_down], outputs=text_ouptut, title='CreoleM2M System',
|
86 |
+
description='A system to translate to, from and between Creoles (and English). Currently the model supports ' + supported_lang, examples=examples) #
|
87 |
iface.launch(enable_queue=True)
|