gpsxpc commited on
Commit
850960e
·
verified ·
1 Parent(s): c19f6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Portuguese (Brazil)": "pt-BR",
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",