Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
# Lista de idiomas suportados pelo Deep Translator (MyMemory)
|
| 5 |
IDIOMAS = {
|
| 6 |
"English": "en-GB",
|
| 7 |
-
|
| 8 |
"Portuguese (Portugal)": "pt-PT",
|
| 9 |
"Spanish": "es-ES",
|
| 10 |
"French": "fr-FR",
|
|
|
|
| 4 |
# Lista de idiomas suportados pelo Deep Translator (MyMemory)
|
| 5 |
IDIOMAS = {
|
| 6 |
"English": "en-GB",
|
| 7 |
+
'portuguese brazil': 'pt-BR',
|
| 8 |
"Portuguese (Portugal)": "pt-PT",
|
| 9 |
"Spanish": "es-ES",
|
| 10 |
"French": "fr-FR",
|